Search Results for

    Show / Hide Table of Contents

    Class AnimatedModel.NodeTransformation

    Keeps the data of a Node and its relevant Transform Matrix together when passing it between functions.

    Inheritance
    System.Object
    AnimatedModel.NodeTransformation
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class NodeTransformation : ValueType

    Fields

    NodeIndex

    The index of the node in the node hierarchy.

    Declaration
    public uint NodeIndex
    Field Value
    System.UInt32

    NodeMatrix

    The transformation matrix of the node

    Declaration
    public Matrix NodeMatrix
    Field Value
    Matrix

    Properties

    Default

    The default AnimatedModel.NodeTransformation.

    Declaration
    public static AnimatedModel.NodeTransformation Default { get; }
    Property Value
    AnimatedModel.NodeTransformation

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat