Search Results for

    Show / Hide Table of Contents

    Class SkinnedModel.SkeletonRetarget

    Skeleton retargeting setup (internal use only - accessed by Editor)

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

    Fields

    NodesMapping

    Skeleton nodes remapping table (maps this skeleton node name to other skeleton node).

    Declaration
    public Dictionary<string, string> NodesMapping
    Field Value
    System.Collections.Generic.Dictionary<System.String, System.String>

    SkeletonAsset

    Skeleton asset id to use for remapping.

    Declaration
    public Guid SkeletonAsset
    Field Value
    System.Guid

    SourceAsset

    Source asset id.

    Declaration
    public Guid SourceAsset
    Field Value
    System.Guid

    Extension Methods

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