Class DeviceSlot
Namespace: UnityEngine.InputNew
Syntax
[Serializable]
public class DeviceSlot
Fields
kInvalidKey
Declaration
public static readonly int kInvalidKey
Field Value
Type | Description |
---|---|
Int32 |
Properties
key
Declaration
public int key { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
tagIndex
Declaration
public int tagIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
type
Declaration
public SerializableType type { get; set; }
Property Value
Type | Description |
---|---|
SerializableType |
Methods
Clone()
Declaration
public DeviceSlot Clone()
Returns
Type | Description |
---|---|
DeviceSlot |