Provides access to input actions defined in input action map "UI".
More...
|
| | UIActions (@InputActions 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 | Submit [get] |
| | Provides access to the underlying input action "UI/Submit".
|
| 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 | RightClick [get] |
| | Provides access to the underlying input action "UI/RightClick".
|
| InputAction | MiddleClick [get] |
| | Provides access to the underlying input action "UI/MiddleClick".
|
| InputAction | ScrollWheel [get] |
| | Provides access to the underlying input action "UI/ScrollWheel".
|
| InputAction | TrackedDevicePosition [get] |
| | Provides access to the underlying input action "UI/TrackedDevicePosition".
|
| InputAction | TrackedDeviceOrientation [get] |
| | Provides access to the underlying input action "UI/TrackedDeviceOrientation".
|
| bool | enabled [get] |
Provides access to input actions defined in input action map "UI".
◆ UIActions()
Construct a new instance of the input action map wrapper class.
◆ AddCallbacks()
| void InputActions.UIActions.AddCallbacks |
( |
IUIActions | instance | ) |
|
Adds InputAction.started, InputAction.performed and InputAction.canceled callbacks provided via on all input actions contained in this map.
- Parameters
-
| instance | Callback instance. |
If instance is null or instance have already been added this method does nothing.
- See also
- UIActions
◆ Disable()
| void InputActions.UIActions.Disable |
( |
| ) |
|
◆ Enable()
| void InputActions.UIActions.Enable |
( |
| ) |
|
◆ Get()
| InputActionMap InputActions.UIActions.Get |
( |
| ) |
|
Provides access to the underlying input action map instance.
◆ operator InputActionMap()
| implicit InputActions.UIActions.operator InputActionMap |
( |
UIActions | set | ) |
|
|
static |
Implicitly converts an to an instance.
◆ RemoveCallbacks()
| void InputActions.UIActions.RemoveCallbacks |
( |
IUIActions | instance | ) |
|
Unregisters and unregisters all input action callbacks via UIActions.UnregisterCallbacks(IUIActions).
- See also
- UIActions.UnregisterCallbacks(IUIActions)
◆ SetCallbacks()
| void InputActions.UIActions.SetCallbacks |
( |
IUIActions | instance | ) |
|
Replaces all existing callback instances and previously registered input action callbacks associated with them with callbacks provided via .
If instance is null, calling this method will only unregister all existing callbacks but not register any new callbacks.
- See also
- UIActions.AddCallbacks(IUIActions), UIActions.RemoveCallbacks(IUIActions), UIActions.UnregisterCallbacks(IUIActions)
◆ Cancel
| InputAction InputActions.UIActions.Cancel |
|
get |
Provides access to the underlying input action "UI/Cancel".
◆ Click
| InputAction InputActions.UIActions.Click |
|
get |
Provides access to the underlying input action "UI/Click".
◆ enabled
| bool InputActions.UIActions.enabled |
|
get |
◆ MiddleClick
| InputAction InputActions.UIActions.MiddleClick |
|
get |
Provides access to the underlying input action "UI/MiddleClick".
◆ Navigate
| InputAction InputActions.UIActions.Navigate |
|
get |
Provides access to the underlying input action "UI/Navigate".
◆ Point
| InputAction InputActions.UIActions.Point |
|
get |
Provides access to the underlying input action "UI/Point".
◆ RightClick
| InputAction InputActions.UIActions.RightClick |
|
get |
Provides access to the underlying input action "UI/RightClick".
◆ ScrollWheel
| InputAction InputActions.UIActions.ScrollWheel |
|
get |
Provides access to the underlying input action "UI/ScrollWheel".
◆ Submit
| InputAction InputActions.UIActions.Submit |
|
get |
Provides access to the underlying input action "UI/Submit".
◆ TrackedDeviceOrientation
| InputAction InputActions.UIActions.TrackedDeviceOrientation |
|
get |
Provides access to the underlying input action "UI/TrackedDeviceOrientation".
◆ TrackedDevicePosition
| InputAction InputActions.UIActions.TrackedDevicePosition |
|
get |
Provides access to the underlying input action "UI/TrackedDevicePosition".
The documentation for this struct was generated from the following file:
- D:/Projects/Team_Hajen/ICPDEV_Ink/Assets/DeulPie/ExtraInk/Input/InputActions.cs