Search Results for

    Show / Hide Table of Contents

    Class SkinContent

    The content of the skin.

    Inheritance
    object
    SkinContent
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class SkinContent

    Constructors

    SkinContent()

    Initializes a new instance of the SkinContent class.

    Declaration
    public SkinContent()

    Fields

    InverseBindPoses

    The skin inverse bind pose accessor.

    Declaration
    public Matrix4x4[] InverseBindPoses
    Field Value
    Type Description
    Matrix4x4[]

    Nodes

    The skeleton nodes.

    Declaration
    public int[] Nodes
    Field Value
    Type Description
    int[]

    RootJoint

    The root joint.

    Declaration
    public int RootJoint
    Field Value
    Type Description
    int

    Properties

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    The name.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX