'Declaration Public Function New( _ ByVal userAction As UserActionEnum, _ ByVal actionHandler As ActionHandlerBase _ )
public InputAction( UserActionEnum userAction, ActionHandlerBase actionHandler )
Parameters
- userAction
- A value to assign to the InputAction.UserAction property.
- actionHandler
- A value to assign to the InputAction.ActionHandler property.