Provides access to input actions defined in input action map "UI".
|
|
| UIActions (@SoulsInput wrapper) |
| | Construct a new instance of the input action map wrapper class.
|
| |
|
InputActionMap | Get () |
| | Provides access to the underlying input action map instance.
|
| |
|
void | Enable () |
| |
|
void | Disable () |
| |
| void | AddCallbacks (IUIActions instance) |
| | Adds InputAction.started, InputAction.performed and InputAction.canceled callbacks provided via on all input actions contained in this map.
|
| |
| void | RemoveCallbacks (IUIActions instance) |
| | Unregisters and unregisters all input action callbacks via UIActions.UnregisterCallbacks(IUIActions).
|
| |
| void | SetCallbacks (IUIActions instance) |
| | Replaces all existing callback instances and previously registered input action callbacks associated with them with callbacks provided via .
|
| |
|
|
InputAction | Navigate [get] |
| | Provides access to the underlying input action "UI/Navigate".
|
| |
|
InputAction | NavigateTitle [get] |
| | Provides access to the underlying input action "UI/NavigateTitle".
|
| |
|
InputAction | Submit [get] |
| | Provides access to the underlying input action "UI/Submit".
|
| |
|
InputAction | SubmitTitle [get] |
| | Provides access to the underlying input action "UI/SubmitTitle".
|
| |
|
InputAction | Cancel [get] |
| | Provides access to the underlying input action "UI/Cancel".
|
| |
|
InputAction | Point [get] |
| | Provides access to the underlying input action "UI/Point".
|
| |
|
InputAction | Click [get] |
| | Provides access to the underlying input action "UI/Click".
|
| |
|
InputAction | ScrollWheel [get] |
| | Provides access to the underlying input action "UI/ScrollWheel".
|
| |
|
InputAction | MiddleClick [get] |
| | Provides access to the underlying input action "UI/MiddleClick".
|
| |
|
InputAction | RightClick [get] |
| | Provides access to the underlying input action "UI/RightClick".
|
| |
|
bool | enabled [get] |
| |