ExtraInk 2.1
이야기 게임을 더 쉽게 만들수 있도록
Loading...
Searching...
No Matches
InputActions.UIActions Struct Reference

Provides access to input actions defined in input action map "UI". More...

Collaboration diagram for InputActions.UIActions:
Collaboration graph

Public Member Functions

 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 .

Static Public Member Functions

static implicit operator InputActionMap (UIActions set)
 Implicitly converts an to an instance.

Properties

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]

Detailed Description

Provides access to input actions defined in input action map "UI".

Constructor & Destructor Documentation

◆ UIActions()

InputActions.UIActions.UIActions ( @InputActions wrapper)

Construct a new instance of the input action map wrapper class.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ 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
instanceCallback instance.

If instance is null or instance have already been added this method does nothing.

See also
UIActions
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Disable()

void InputActions.UIActions.Disable ( )

Here is the call graph for this function:

◆ Enable()

void InputActions.UIActions.Enable ( )

Here is the call graph for this function:

◆ Get()

InputActionMap InputActions.UIActions.Get ( )

Provides access to the underlying input action map instance.

Here is the caller graph for this function:

◆ operator InputActionMap()

implicit InputActions.UIActions.operator InputActionMap ( UIActions set)
static

Implicitly converts an to an instance.

Here is the call graph for this function:

◆ 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)
Here is the call graph for this function:

Property Documentation

◆ 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