Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    TransformLink Class

    Namespace: Stride.Engine
    Assembly: 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.

    | Improve this Doc View Source

    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.


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation