Table of Contents

Class TransformLink

Namespace
Stride.Engine
Assembly
Stride.Engine.dll

Gives the ability to control how parent matrix is computed in a TransformComponent.

public abstract class TransformLink
Inheritance
TransformLink
Derived

Methods

Compute a world matrix this link represents.

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

Parameters

recursive bool
matrix Matrix

The computed world matrix.