Property | Type | Description | |
---|---|---|---|
defaultValue | bool | ||
delay | float | ||
methodToInvoke | string | ||
radioGroup | int | ||
scriptWithMethodToInvoke | MonoBehaviour | ||
soundToPlay | |||
useParentForGrouping | bool | ||
whenToInvoke | POINTER_INFO.INPUT_EVENT |
Property | Type | Description | |
---|---|---|---|
btnValue | bool | ||
group | RadioBtnGroup, | ||
states | string[] |
Method | Description | |
---|---|---|
Copy ( IControl c ) : void | ||
Copy ( IControl c, ControlCopyFlags flags ) : void | ||
Create ( string name, Vector3 pos ) : UIRadioBtn3D, |
Creates a GameObject and attaches this component type to it.
|
|
Create ( string name, Vector3 pos, Quaternion rotation ) : UIRadioBtn3D, |
Creates a GameObject and attaches this component type to it.
|
|
DrawPreTransitionUI ( int selState, IGUIScriptSelector gui ) : void | ||
GetTransitions ( int index ) : EZTransitionList | ||
OnDestroy ( ) : void | ||
OnInput ( POINTER_INFO, ptr ) : void | ||
SetGroup ( GameObject parent ) : void |
Makes the radio button a part of the specified group and it will thenceforth be mutually exclusive to all other radio buttons in the same group.
|
|
SetGroup ( int groupID ) : void |
Makes the radio button a part of the specified group and it will thenceforth be mutually exclusive to all other radio buttons in the same group.
|
|
Start ( ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
DisableMe ( ) : void | ||
PopOtherButtonsInGroup ( ) : void | ||
SetButtonState ( ) : void | ||
StartTransition ( int newState, int prevState ) : void |
public Copy ( IControl c, ControlCopyFlags flags ) : void | ||
c | IControl | |
flags | ControlCopyFlags | |
return | void |
static public Create ( string name, Vector3 pos ) : UIRadioBtn3D, | ||
name | string | Name to give to the new GameObject. |
pos | Vector3 | Position, in world space, where the new object should be created. |
return | UIRadioBtn3D, |
static public Create ( string name, Vector3 pos, Quaternion rotation ) : UIRadioBtn3D, | ||
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 | UIRadioBtn3D, |
public DrawPreTransitionUI ( int selState, IGUIScriptSelector gui ) : void | ||
selState | int | |
gui | IGUIScriptSelector | |
return | void |
public GetTransitions ( int index ) : EZTransitionList | ||
index | int | |
return | EZTransitionList |
protected StartTransition ( int newState, int prevState ) : void | ||
newState | int | |
prevState | int | |
return | void |
public MonoBehaviour scriptWithMethodToInvoke | ||
return | MonoBehaviour |
public AudioSource,UnityEngine soundToPlay | ||
return |