Class BoneJoint
Represents a joint between 2 bones. It is basically a transformation matrix with a name.
public class BoneJoint
- Inheritance
-
BoneJoint
- Inherited Members
Properties
Name
public string Name { get; set; }
Property Value
Parent
public string Parent { get; set; }
Property Value
Transform
public Matrix4x4 Transform { get; set; }