Class AnimationJoint
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public class AnimationJoint
- Inheritance
-
AnimationJoint
- Inherited Members
- Extension Methods
Fields
Element
The attached ShapeElement.
public ShapeElement Element
Field Value
JointId
The ID of the joint.
public int JointId
Field Value
Methods
ApplyInverseTransform(float[])
Takes the transform and inverses it.
public float[] ApplyInverseTransform(float[] frameModelTransform)
Parameters
frameModelTransform
float[]
Returns
- float[]