[]
Initializes a new instance of the InputAction class.
public InputAction()
Initializes a new instance of the InputAction class, assigning the UserAction and ActionHandler properties.
public InputAction(UserActionEnum userAction, ActionHandlerBase actionHandler)
Type | Name | Description |
---|---|---|
UserActionEnum | userAction | A value to assign to the UserAction property. |
ActionHandlerBase | actionHandler | A value to assign to the ActionHandler property. |