Class InputAction
Namespace: UnityEngine.InputNew
Syntax
public class InputAction : ScriptableObject
Properties
actionIndex
Declaration
public int actionIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
actionMap
Declaration
public ActionMap actionMap { get; set; }
Property Value
Type | Description |
---|---|
ActionMap |
controlData
Declaration
public InputControlData controlData { get; set; }
Property Value
Type | Description |
---|---|
InputControlData |
name
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
String |