[]
        
(Showing Draft Content)

C1.C1Preview.InputAction.-ctor

InputAction Constructor

InputAction()

Initializes a new instance of the InputAction class.

Declaration
public InputAction()

InputAction(UserActionEnum, ActionHandlerBase)

Initializes a new instance of the InputAction class, assigning the UserAction and ActionHandler properties.

Declaration
public InputAction(UserActionEnum userAction, ActionHandlerBase actionHandler)
Parameters
Type Name Description
UserActionEnum userAction

A value to assign to the UserAction property.

ActionHandlerBase actionHandler

A value to assign to the ActionHandler property.