Search Results for

    Show / Hide Table of Contents

    Class NodeContent

    The node content.

    Inheritance
    object
    NodeContent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class NodeContent

    Constructors

    NodeContent()

    Initializes a new instance of the NodeContent class.

    Declaration
    public NodeContent()

    Fields

    ChildIndices

    The node children ids.

    Declaration
    public int[] ChildIndices
    Field Value
    Type Description
    int[]

    Children

    The node children.

    Declaration
    public NodeContent[] Children
    Field Value
    Type Description
    NodeContent[]

    Mesh

    Gets or sets the mesh content index.

    Declaration
    public MeshContainer Mesh
    Field Value
    Type Description
    MeshContainer

    Name

    Gets or sets the name.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    The name.

    Orientation

    The orientation.

    Declaration
    public Quaternion Orientation
    Field Value
    Type Description
    Quaternion

    Parent

    The node parent.

    Declaration
    public NodeContent Parent
    Field Value
    Type Description
    NodeContent

    Scale

    The scale.

    Declaration
    public Vector3 Scale
    Field Value
    Type Description
    Vector3

    Skin

    Gets or sets the skin index.

    Declaration
    public SkinContent Skin
    Field Value
    Type Description
    SkinContent

    Translation

    The position.

    Declaration
    public Vector3 Translation
    Field Value
    Type Description
    Vector3

    Properties

    AbsoluteTransform

    Gets the absolute transform matrix.

    Declaration
    public Matrix4x4 AbsoluteTransform { get; }
    Property Value
    Type Description
    Matrix4x4

    BBoxAbsoluteTransform

    Gets the absolute transform matrix.

    Declaration
    public Matrix4x4 BBoxAbsoluteTransform { get; }
    Property Value
    Type Description
    Matrix4x4

    MorphTargetWeights

    Gets or sets the default morph target weights for this node.

    Declaration
    public float[] MorphTargetWeights { get; set; }
    Property Value
    Type Description
    float[]

    NodePath

    Gets the node path of this node.

    Declaration
    public string NodePath { get; }
    Property Value
    Type Description
    string

    Transform

    Gets the transform matrix.

    Declaration
    public Matrix4x4 Transform { get; }
    Property Value
    Type Description
    Matrix4x4

    Methods

    ToString()

    To string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    the string.

    Overrides
    object.ToString()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX