Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ModelNodeDefinition Struct

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

    Describes a single transformation node, usually in a Model node hierarchy.

    [DataContract]
    public struct ModelNodeDefinition
    Name Description
    Fields
    Flags

    The flags of this node.

    Name

    The name of this node.

    ParentIndex

    The parent node index.

    Transform

    The local transform.

    Methods
    ToString()
    | Improve this Doc View Source

    Fields


    Flags

    The flags of this node.

    public ModelNodeFlags Flags
    Field Value
    Type Description
    ModelNodeFlags

    Name

    The name of this node.

    public string Name
    Field Value
    Type Description
    System.String

    ParentIndex

    The parent node index.

    public int ParentIndex
    Field Value
    Type Description
    System.Int32

    Transform

    The local transform.

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

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()

    Inherited Members

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

    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