mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Struct VREvent_t_Packed

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Headers
    Assembly: cs.temp.dll.dll
    Syntax
    public struct VREvent_t_Packed

    Constructors

    VREvent_t_Packed(VREvent_t)

    Declaration
    public VREvent_t_Packed(VREvent_t unpacked)
    Parameters
    Type Name Description
    VREvent_t unpacked

    VREvent_t_Packed(VREvent_t)

    Declaration
    public VREvent_t_Packed(VREvent_t unpacked)
    Parameters
    Type Name Description
    VREvent_t unpacked

    Fields

    data

    Declaration
    public VREvent_Data_t data
    Field Value
    Type Description
    VREvent_Data_t

    data

    Declaration
    public VREvent_Data_t data
    Field Value
    Type Description
    VREvent_Data_t

    eventAgeSeconds

    Declaration
    public float eventAgeSeconds
    Field Value
    Type Description
    Single

    eventAgeSeconds

    Declaration
    public float eventAgeSeconds
    Field Value
    Type Description
    Single

    eventType

    Declaration
    public uint eventType
    Field Value
    Type Description
    UInt32

    eventType

    Declaration
    public uint eventType
    Field Value
    Type Description
    UInt32

    trackedDeviceIndex

    Declaration
    public uint trackedDeviceIndex
    Field Value
    Type Description
    UInt32

    trackedDeviceIndex

    Declaration
    public uint trackedDeviceIndex
    Field Value
    Type Description
    UInt32

    Methods

    Unpack(ref VREvent_t)

    Declaration
    public void Unpack(ref VREvent_t unpacked)
    Parameters
    Type Name Description
    VREvent_t unpacked

    Unpack(ref VREvent_t)

    Declaration
    public void Unpack(ref VREvent_t unpacked)
    Parameters
    Type Name Description
    VREvent_t unpacked
    In This Article
    • Constructors
      • VREvent_t_Packed(VREvent_t)
      • VREvent_t_Packed(VREvent_t)
    • Fields
      • data
      • data
      • eventAgeSeconds
      • eventAgeSeconds
      • eventType
      • eventType
      • trackedDeviceIndex
      • trackedDeviceIndex
    • Methods
      • Unpack(ref VREvent_t)
      • Unpack(ref VREvent_t)
    Back to top Generated by DocFX