Метод | Описание | |
---|---|---|
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 |
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, |
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, |
public OnInput ( POINTER_INFO, &ptr ) : void | ||
ptr | POINTER_INFO, | |
Результат | void |