TransformLink Class
Namespace: Stride.EngineAssembly: Stride.Engine.dll
Gives the ability to control how parent matrix is computed in a TransformComponent.
System.Object →
TransformLink
Derived from TransformLink: ModelNodeTransformLink UIElementTransformLink
public abstract class TransformLink
Name | Description | |
---|---|---|
Methods | ||
ComputeMatrix(Boolean, out Matrix) | Compute a world matrix this link represents. |
Methods
ComputeMatrix(Boolean, out Matrix)
Compute a world matrix this link represents.
public abstract void ComputeMatrix(bool recursive, out Matrix matrix)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | recursive | |
Matrix | matrix | The computed world matrix. |