Search Results for

    Show / Hide Table of Contents

    Struct SkeletonNode

    Describes a single skeleton node data. Used by the runtime.

    Assembly: FlaxEngine.dll
    File: Engine/Graphics/Models/SkeletonData.h
    Syntax
    public struct SkeletonNode

    Fields

    LocalTransform

    The local transformation of the node, relative to the parent node.

    Declaration
    public Transform LocalTransform
    Field Value
    Transform

    Name

    The name of this node.

    Declaration
    public String Name
    Field Value
    String

    ParentIndex

    The parent node index. The root node uses value -1.

    Declaration
    public int32 ParentIndex
    Field Value
    int32

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat