Struct InputControlLayout.NameAndParameters
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEngine.Experimental.Input.Layouts
Syntax
public struct NameAndParameters
Fields
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| System.String |
parameters
Declaration
public ReadOnlyArray<InputControlLayout.ParameterValue> parameters
Field Value
| Type | Description |
|---|---|
| ReadOnlyArray<InputControlLayout.ParameterValue> |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()