Class ModelNodeTransformLink
public class ModelNodeTransformLink : TransformLink
- Inheritance
-
ModelNodeTransformLink
Constructors
ModelNodeTransformLink(ModelComponent, string)
public ModelNodeTransformLink(ModelComponent parentModelComponent, string nodeName)
Parameters
parentModelComponent
ModelComponentnodeName
string
Fields
Transform
public TransformTRS Transform
Field Value
Methods
ComputeMatrix(bool, out Matrix)
Compute a world matrix this link represents.
public override void ComputeMatrix(bool recursive, out Matrix matrix)
Parameters
NeedsRecreate(Entity, string)
public bool NeedsRecreate(Entity parentEntity, string targetNodeName)