Struct VRControllerState_t_Packed
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Headers
Assembly: cs.temp.dll.dll
Syntax
public struct VRControllerState_t_Packed
Constructors
VRControllerState_t_Packed(VRControllerState_t)
Declaration
public VRControllerState_t_Packed(VRControllerState_t unpacked)
Parameters
Type | Name | Description |
---|---|---|
VRControllerState_t | unpacked |
Fields
rAxis0
Declaration
public VRControllerAxis_t rAxis0
Field Value
Type | Description |
---|---|
VRControllerAxis_t |
rAxis1
Declaration
public VRControllerAxis_t rAxis1
Field Value
Type | Description |
---|---|
VRControllerAxis_t |
rAxis2
Declaration
public VRControllerAxis_t rAxis2
Field Value
Type | Description |
---|---|
VRControllerAxis_t |
rAxis3
Declaration
public VRControllerAxis_t rAxis3
Field Value
Type | Description |
---|---|
VRControllerAxis_t |
rAxis4
Declaration
public VRControllerAxis_t rAxis4
Field Value
Type | Description |
---|---|
VRControllerAxis_t |
ulButtonPressed
Declaration
public ulong ulButtonPressed
Field Value
Type | Description |
---|---|
UInt64 |
ulButtonTouched
Declaration
public ulong ulButtonTouched
Field Value
Type | Description |
---|---|
UInt64 |
unPacketNum
Declaration
public uint unPacketNum
Field Value
Type | Description |
---|---|
UInt32 |
Methods
Unpack(ref VRControllerState_t)
Declaration
public void Unpack(ref VRControllerState_t unpacked)
Parameters
Type | Name | Description |
---|---|---|
VRControllerState_t | unpacked |