C# Class UIListButton, urban-survivors

Inheritance: UIListItem
Show file Open project: exdev/urban-survivors Class Usage Examples

Public Methods

Method Description
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

Method Details

Create() static public method

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.
return UIListButton,

Create() static public method

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.
return UIListButton,

OnInput() public method

public OnInput ( POINTER_INFO, &ptr ) : void
ptr POINTER_INFO,
return void