Struct InputStateHistory.RecordHeader
Namespace: UnityEngine.InputSystem.LowLevel
Syntax
protected struct RecordHeader
Fields
controlIndex
Declaration
public int controlIndex
Field Value
Type | Description |
---|---|
Int32 |
kSizeWithControlIndex
Declaration
public const int kSizeWithControlIndex = null
Field Value
Type | Description |
---|---|
Int32 |
kSizeWithoutControlIndex
Declaration
public const int kSizeWithoutControlIndex = null
Field Value
Type | Description |
---|---|
Int32 |
time
Declaration
public double time
Field Value
Type | Description |
---|---|
Double |
version
Declaration
public uint version
Field Value
Type | Description |
---|---|
UInt32 |
Properties
statePtrWithControlIndex
Declaration
public readonly byte *statePtrWithControlIndex { get; }
Property Value
Type | Description |
---|---|
Byte* |
statePtrWithoutControlIndex
Declaration
public readonly byte *statePtrWithoutControlIndex { get; }
Property Value
Type | Description |
---|---|
Byte* |