Table of Contents

Class AnimationJoint

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class AnimationJoint
Inheritance
AnimationJoint
Inherited Members

Fields

Element

The attached ShapeElement.

public ShapeElement Element

Field Value

ShapeElement

JointId

The ID of the joint.

public int JointId

Field Value

int

Methods

ApplyInverseTransform(float[])

Takes the transform and inverses it.

public float[] ApplyInverseTransform(float[] frameModelTransform)

Parameters

frameModelTransform float[]

Returns

float[]