Struct VREvent_t_Packed
Inherited Members
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 |
Fields
data
Declaration
public VREvent_Data_t data
Field Value
Type | Description |
---|---|
VREvent_Data_t |
eventAgeSeconds
Declaration
public float eventAgeSeconds
Field Value
Type | Description |
---|---|
Single |
eventType
Declaration
public uint eventType
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 |