Class HVRHandPoseData
Inheritance
System.Object
HVRHandPoseData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public class HVRHandPoseData
Constructors
|
Improve this Doc
View Source
HVRHandPoseData()
Declaration
Fields
|
Improve this Doc
View Source
Index
Declaration
public HVRPosableFingerData Index
Field Value
|
Improve this Doc
View Source
Middle
Declaration
public HVRPosableFingerData Middle
Field Value
|
Improve this Doc
View Source
Pinky
Declaration
public HVRPosableFingerData Pinky
Field Value
|
Improve this Doc
View Source
Position
Declaration
Field Value
Type |
Description |
UnityEngine.Vector3 |
|
|
Improve this Doc
View Source
Ring
Declaration
public HVRPosableFingerData Ring
Field Value
|
Improve this Doc
View Source
Rotation
Declaration
public Quaternion Rotation
Field Value
Type |
Description |
UnityEngine.Quaternion |
|
|
Improve this Doc
View Source
Thumb
Declaration
public HVRPosableFingerData Thumb
Field Value
Properties
|
Improve this Doc
View Source
Fingers
Declaration
public HVRPosableFingerData[] Fingers { get; }
Property Value
Methods
|
Improve this Doc
View Source
CopyTo(HVRHandPoseData)
Declaration
public void CopyTo(HVRHandPoseData data)
Parameters
|
Improve this Doc
View Source
DeepCopy()
Declaration
public HVRHandPoseData DeepCopy()
Returns
|
Improve this Doc
View Source
FromByteArray(Byte[], HVRHandSide)
Declaration
public static HVRHandPoseData FromByteArray(byte[] bytes, HVRHandSide side)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
HVRHandSide |
side |
|
Returns
|
Improve this Doc
View Source
Serialize()
Declaration
public byte[] Serialize()
Returns
Type |
Description |
System.Byte[] |
|