'宣言 Public Function New( _ ByVal userAction As UserActionEnum, _ ByVal actionHandler As ActionHandlerBase _ )
'使用法 Dim userAction As UserActionEnum Dim actionHandler As ActionHandlerBase Dim instance As New InputAction(userAction, actionHandler)
public InputAction( UserActionEnum userAction, ActionHandlerBase actionHandler )
パラメータ
- userAction
- A value to assign to the InputAction.UserAction property.
- actionHandler
- A value to assign to the InputAction.ActionHandler property.