Struct VREvent_t_Packed
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Valve.VR
Assembly: Assembly-CSharp.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 |
---|---|
System.Single |
eventType
Declaration
public uint eventType
Field Value
Type | Description |
---|---|
System.UInt32 |
trackedDeviceIndex
Declaration
public uint trackedDeviceIndex
Field Value
Type | Description |
---|---|
System.UInt32 |
Methods
Unpack(ref VREvent_t)
Declaration
public void Unpack(ref VREvent_t unpacked)
Parameters
Type | Name | Description |
---|---|---|
VREvent_t | unpacked |