Show / Hide Table of Contents

Class HVRPosableBoneData

Inheritance
System.Object
HVRPosableBoneData
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 HVRPosableBoneData

Fields

| Improve this Doc View Source

Position

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

Rotation

Declaration
public Quaternion Rotation
Field Value
Type Description
UnityEngine.Quaternion

Methods

| Improve this Doc View Source

DeepCopy()

Declaration
public HVRPosableBoneData DeepCopy()
Returns
Type Description
HVRPosableBoneData
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX