Show / Hide Table of Contents

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()
Namespace: HurricaneVR.Framework.Core.HandPoser.Data
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public class HVRHandPoseData

Constructors

| Improve this Doc View Source

HVRHandPoseData()

Declaration
public HVRHandPoseData()

Fields

| Improve this Doc View Source

Index

Declaration
public HVRPosableFingerData Index
Field Value
Type Description
HVRPosableFingerData
| Improve this Doc View Source

Middle

Declaration
public HVRPosableFingerData Middle
Field Value
Type Description
HVRPosableFingerData
| Improve this Doc View Source

Pinky

Declaration
public HVRPosableFingerData Pinky
Field Value
Type Description
HVRPosableFingerData
| Improve this Doc View Source

Position

Declaration
public Vector3 Position
Field Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

Ring

Declaration
public HVRPosableFingerData Ring
Field Value
Type Description
HVRPosableFingerData
| 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
Type Description
HVRPosableFingerData

Properties

| Improve this Doc View Source

Fingers

Declaration
public HVRPosableFingerData[] Fingers { get; }
Property Value
Type Description
HVRPosableFingerData[]

Methods

| Improve this Doc View Source

CopyTo(HVRHandPoseData)

Declaration
public void CopyTo(HVRHandPoseData data)
Parameters
Type Name Description
HVRHandPoseData data
| Improve this Doc View Source

DeepCopy()

Declaration
public HVRHandPoseData DeepCopy()
Returns
Type Description
HVRHandPoseData
| 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
Type Description
HVRHandPoseData
| Improve this Doc View Source

Serialize()

Declaration
public byte[] Serialize()
Returns
Type Description
System.Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX