Search Results for

    Show / Hide Table of Contents

    Class SkeletonMask

    The skinned model skeleton bones boolean masking data.

    Inheritance
    System.Object
    Object
    Asset
    BinaryAsset
    SkeletonMask
    Inherited Members
    BinaryAsset.Reimport()
    BinaryAsset.ImportPath
    Asset.Reload()
    Asset.WaitForLoaded(Double)
    Asset.GetReferences()
    Asset.Save(String)
    Asset.ToString()
    Asset.ReferencesCount
    Asset.Path
    Asset.IsLoaded
    Asset.LastLoadFailed
    Asset.IsVirtual
    Asset.ShouldDeleteFileOnUnload
    Asset.MemoryUsage
    Object.__unmanagedPtr
    Object.__internalId
    Object.Finalize()
    Object.As<T>()
    Object.NewValue(Type)
    Object.New(String)
    Object.Find<T>(Guid, Boolean)
    Object.Find(Guid, Type, Boolean)
    Object.TryFind<T>(Guid)
    Object.TryFind(Guid, Type)
    Object.Destroy(Object, Single)
    Object.DestroyNow(Object)
    Object.Destroy<T>(T, Single)
    Object.Equals(Object)
    Object.GetUnmanagedPtr(Object)
    Object.GetUnmanagedInterface(Object, Type)
    Object.FromUnmanagedPtr(IntPtr)
    Object.MapObjectID(Guid)
    Object.RemapObjectID(Guid)
    Object.GetHashCode()
    Object.ID
    Object.TypeName
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public class SkeletonMask : BinaryAsset

    Constructors

    SkeletonMask()

    Initializes a new instance of the SkeletonMask.

    Declaration
    public SkeletonMask()

    Properties

    MaskedNodes

    Gets or sets the per-skeleton node mask (by name).

    Declaration
    [Unmanaged]
    public string[] MaskedNodes { get; set; }
    Property Value
    System.String[]

    NodesMask

    Gets the per-skeleton-node boolean mask (read-only).

    Declaration
    [Unmanaged]
    public bool[] NodesMask { get; }
    Property Value
    System.Boolean[]

    Skeleton

    The referenced skinned model skeleton that defines the masked nodes hierarchy.

    Declaration
    [Unmanaged]
    public SkinnedModel Skeleton { get; set; }
    Property Value
    SkinnedModel

    Extension Methods

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