VRControllerState_t_Packed Struct
Namespace: Valve.VR
Assembly: Stride.VirtualReality.dll
public struct VRControllerState_t_Packed
|
Improve this Doc
View Source
Constructors
VRControllerState_t_Packed(VRControllerState_t)
public VRControllerState_t_Packed(VRControllerState_t unpacked)
Parameters
|
Improve this Doc
View Source
Fields
rAxis0
public VRControllerAxis_t rAxis0
Field Value
rAxis1
public VRControllerAxis_t rAxis1
Field Value
rAxis2
public VRControllerAxis_t rAxis2
Field Value
rAxis3
public VRControllerAxis_t rAxis3
Field Value
rAxis4
public VRControllerAxis_t rAxis4
Field Value
public ulong ulButtonPressed
Field Value
Type |
Description |
System.UInt64 |
|
public ulong ulButtonTouched
Field Value
Type |
Description |
System.UInt64 |
|
unPacketNum
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Methods
Unpack(ref VRControllerState_t)
public void Unpack(ref VRControllerState_t unpacked)
Parameters
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods