'宣言 Public Function IndexOf( _ ByVal inputAction As InputAction _ ) As System.Integer
'使用法 Dim instance As InputActionCollection Dim inputAction As InputAction Dim value As System.Integer value = instance.IndexOf(inputAction)
public System.int IndexOf( InputAction inputAction )
パラメータ
- inputAction
- The element to return the index of.
戻り値の型
The index of the specified element in the current collection.