Struct InputStateHistory.RecordHeader
Namespace: UnityEngine.InputSystem.LowLevel
Assembly: Unity.InputSystem.dll
Syntax
protected struct InputStateHistory.RecordHeader
Fields
controlIndex
Declaration
public int controlIndex
Field Value
Type | Description |
---|---|
int |
kSizeWithControlIndex
Declaration
public const int kSizeWithControlIndex = 16
Field Value
Type | Description |
---|---|
int |
kSizeWithoutControlIndex
Declaration
public const int kSizeWithoutControlIndex = 12
Field Value
Type | Description |
---|---|
int |
time
Declaration
public double time
Field Value
Type | Description |
---|---|
double |
version
Declaration
public uint version
Field Value
Type | Description |
---|---|
uint |
Properties
statePtrWithControlIndex
Declaration
public byte* statePtrWithControlIndex { get; }
Property Value
Type | Description |
---|---|
byte* |
statePtrWithoutControlIndex
Declaration
public byte* statePtrWithoutControlIndex { get; }
Property Value
Type | Description |
---|---|
byte* |