Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ModelNodeTransformLink Class

    Namespace: Stride.Engine
    Assembly: Stride.Engine.dll
    System.Object → TransformLink → ModelNodeTransformLink
    Derived from ModelNodeTransformLink:

    public class ModelNodeTransformLink : TransformLink
    Name Description
    Constructors
    ModelNodeTransformLink(ModelComponent, String)
    Fields
    Transform
    Methods
    ComputeMatrix(Boolean, out Matrix)

    Compute a world matrix this link represents.

    NeedsRecreate(Entity, String)
    | Improve this Doc View Source

    Constructors


    ModelNodeTransformLink(ModelComponent, String)

    public ModelNodeTransformLink(ModelComponent parentModelComponent, string nodeName)
    Parameters
    Type Name Description
    ModelComponent parentModelComponent
    System.String nodeName
    | Improve this Doc View Source

    Fields


    Transform

    public TransformTRS Transform
    Field Value
    Type Description
    TransformTRS
    | Improve this Doc View Source

    Methods


    ComputeMatrix(Boolean, out Matrix)

    Compute a world matrix this link represents.

    public override void ComputeMatrix(bool recursive, out Matrix matrix)
    Parameters
    Type Name Description
    System.Boolean recursive
    Matrix matrix

    The computed world matrix.

    Overrides
    TransformLink.ComputeMatrix(Boolean, out Matrix)

    NeedsRecreate(Entity, String)

    public bool NeedsRecreate(Entity parentEntity, string targetNodeName)
    Parameters
    Type Name Description
    Entity parentEntity
    System.String targetNodeName
    Returns
    Type Description
    System.Boolean

    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