Property | Type | Description | |
---|---|---|---|
m_ControllerButtons | List |
Property | Type | Description | |
---|---|---|---|
m_MoveAvailable | bool | ||
m_SelectedButton | ControllerButton, |
Method | Description | |
---|---|---|
OnNotify ( ISubject subject, object args ) : void | ||
Reset ( ) : void | ||
SelectNewButton ( ControllerButton, button ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
SelectNewButton ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ClearButtons ( ) : void | ||
GetSelectedButton ( ) : ControllerButton, |
public OnNotify ( ISubject subject, object args ) : void | ||
subject | ISubject | |
args | object | |
return | void |
public SelectNewButton ( ControllerButton, button ) : void | ||
button | ControllerButton, | |
return | void |