Class AttachmentPointAndPose
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public class AttachmentPointAndPose
- Inheritance
-
AttachmentPointAndPose
- Inherited Members
- Extension Methods
Constructors
AttachmentPointAndPose()
public AttachmentPointAndPose()
Fields
AnimModelMatrix
The current model matrix for this attachment point for this entity for the current animation frame.
public float[] AnimModelMatrix
Field Value
- float[]
AttachPoint
The attachment point
public AttachmentPoint AttachPoint
Field Value
CachedPose
The pose shared across all entities using the same shape. Don't use. It's used internally for calculating the animation state. Once calculated, the value is copied over to AnimModelMatrix
public ElementPose CachedPose
Field Value
Methods
Mul(Matrixf)
public Matrixf Mul(Matrixf m)
Parameters
m
Matrixf
Returns
MulUncentered(Matrixf)
public Matrixf MulUncentered(Matrixf m)
Parameters
m
Matrixf