Property | Type | Description | |
---|---|---|---|
URL | string |
Method | Description | |
---|---|---|
Copy ( SpriteRoot, s ) : void | ||
Copy ( SpriteRoot, s, ControlCopyFlags flags ) : void | ||
Create ( string name, Vector3 pos ) : UIBtnWWW, |
Creates a GameObject and attaches this component type to it.
|
|
Create ( string name, Vector3 pos, Quaternion rotation ) : UIBtnWWW, |
Creates a GameObject and attaches this component type to it.
|
|
OnInput ( POINTER_INFO, &ptr ) : void |
Method | Description | |
---|---|---|
DoURL ( ) : void |
public Copy ( SpriteRoot, s, ControlCopyFlags flags ) : void | ||
s | SpriteRoot, | |
flags | ControlCopyFlags | |
return | void |
static public Create ( string name, Vector3 pos ) : UIBtnWWW, | ||
name | string | Name to give to the new GameObject. |
pos | Vector3 | Position, in world space, where the new object should be created. |
return | UIBtnWWW, |
static public Create ( string name, Vector3 pos, Quaternion rotation ) : UIBtnWWW, | ||
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 | UIBtnWWW, |