'宣言 Public Overloads Function Add( _ ByVal userAction As UserActionEnum, _ ByVal actionHandler As ActionHandlerBase _ ) As System.Integer
'使用法 Dim instance As InputActionCollection Dim userAction As UserActionEnum Dim actionHandler As ActionHandlerBase Dim value As System.Integer value = instance.Add(userAction, actionHandler)
public System.int Add( UserActionEnum userAction, ActionHandlerBase actionHandler )
パラメータ
- userAction
- The InputAction.UserAction of the new instance.
- actionHandler
- The InputAction.ActionHandler of the new instance.
戻り値の型
The index of the new element in the current collection.