Class TransformLink
Gives the ability to control how parent matrix is computed in a TransformComponent.
public abstract class TransformLink
- Inheritance
-
TransformLink
- Derived
Methods
ComputeMatrix(bool, out Matrix)
Compute a world matrix this link represents.
public abstract void ComputeMatrix(bool recursive, out Matrix matrix)