C# 클래스 UIListButton, urban-survivors

상속: UIListItem
파일 보기 프로젝트 열기: exdev/urban-survivors 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string name, Vector3 pos ) : UIListButton,

Creates a GameObject and attaches this component type to it.

Create ( string name, Vector3 pos, Quaternion rotation ) : UIListButton,

Creates a GameObject and attaches this component type to it.

OnInput ( POINTER_INFO, &ptr ) : void

메소드 상세

Create() 정적인 공개 메소드

Creates a GameObject and attaches this component type to it.
static public Create ( string name, Vector3 pos ) : UIListButton,
name string Name to give to the new GameObject.
pos Vector3 Position, in world space, where the new object should be created.
리턴 UIListButton,

Create() 정적인 공개 메소드

Creates a GameObject and attaches this component type to it.
static public Create ( string name, Vector3 pos, Quaternion rotation ) : UIListButton,
name string Name to give to the new GameObject.
pos Vector3 Position, in world space, where the new object should be created.
rotation Quaternion Rotation of the object.
리턴 UIListButton,

OnInput() 공개 메소드

public OnInput ( POINTER_INFO, &ptr ) : void
ptr POINTER_INFO,
리턴 void