Struct InputStateHistory.RecordHeader | Input System | 1.0.2
docs.unity.cn
    Show / Hide Table of Contents

    Struct InputStateHistory.RecordHeader

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    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 = 16
    Field Value
    Type Description
    Int32

    kSizeWithoutControlIndex

    Declaration
    public const int kSizeWithoutControlIndex = 12
    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 byte *statePtrWithControlIndex { get; }
    Property Value
    Type Description
    Byte*

    statePtrWithoutControlIndex

    Declaration
    public byte *statePtrWithoutControlIndex { get; }
    Property Value
    Type Description
    Byte*
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 22 January 2021