Search Results for

    Show / Hide Table of Contents

    Class SkeletonNode

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

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

    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
    System.String

    ParentIndex

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

    Declaration
    public int ParentIndex
    Field Value
    System.Int32

    Properties

    Default

    The default SkeletonNode.

    Declaration
    public static SkeletonNode Default { get; }
    Property Value
    SkeletonNode

    Extension Methods

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