Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ModelNodeTransformation Struct

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    [DataContract]
    public struct ModelNodeTransformation
    Name Description
    Fields
    Flags

    The flags of this node.

    IsScalingNegative
    LocalMatrix
    ParentIndex
    Transform
    WorldMatrix
    | Improve this Doc View Source

    Fields


    Flags

    The flags of this node.

    public ModelNodeFlags Flags
    Field Value
    Type Description
    ModelNodeFlags

    IsScalingNegative

    public bool IsScalingNegative
    Field Value
    Type Description
    System.Boolean

    LocalMatrix

    public Matrix LocalMatrix
    Field Value
    Type Description
    Matrix

    ParentIndex

    public int ParentIndex
    Field Value
    Type Description
    System.Int32

    Transform

    public TransformTRS Transform
    Field Value
    Type Description
    TransformTRS

    WorldMatrix

    public Matrix WorldMatrix
    Field Value
    Type Description
    Matrix

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    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