Table of Contents

Class ModelNodeTransformLink

Namespace
Stride.Engine
Assembly
Stride.Engine.dll
public class ModelNodeTransformLink : TransformLink
Inheritance
ModelNodeTransformLink

Constructors

public ModelNodeTransformLink(ModelComponent parentModelComponent, string nodeName)

Parameters

parentModelComponent ModelComponent
nodeName string

Fields

public TransformTRS Transform

Field Value

TransformTRS

Methods

Compute a world matrix this link represents.

public override void ComputeMatrix(bool recursive, out Matrix matrix)

Parameters

recursive bool
matrix Matrix

The computed world matrix.

public bool NeedsRecreate(Entity parentEntity, string targetNodeName)

Parameters

parentEntity Entity
targetNodeName string

Returns

bool