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 readonly byte *statePtrWithControlIndex { get; }
    Property Value
    Type Description
    Byte*

    statePtrWithoutControlIndex

    Declaration
    public readonly byte *statePtrWithoutControlIndex { get; }
    Property Value
    Type Description
    Byte*
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, July 17, 2023