[]
        
(Showing Draft Content)

C1.C1Preview.InputAction.-ctor

InputAction Constructor

InputAction()

Initializes a new instance of the InputAction class.

Declaration
public InputAction()
Public Sub New()

InputAction(UserActionEnum, ActionHandlerBase)

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

Declaration
public InputAction(UserActionEnum userAction, ActionHandlerBase actionHandler)
Public Sub New(userAction As UserActionEnum, actionHandler As ActionHandlerBase)
Parameters
Type Name Description
UserActionEnum userAction

A value to assign to the UserAction property.

ActionHandlerBase actionHandler

A value to assign to the ActionHandler property.