Search Results for

    Show / Hide Table of Contents

    Struct SkeletonJointContent

    A skeletal joint.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public struct SkeletonJointContent

    Constructors

    SkeletonJointContent(int, Matrix4x4)

    Initializes a new instance of the SkeletonJointContent struct.

    Declaration
    public SkeletonJointContent(int nodeId, Matrix4x4 invBindPose)
    Parameters
    Type Name Description
    int nodeId

    The node ID.

    Matrix4x4 invBindPose

    The inverse bind pose.

    Fields

    InverseBindPose

    Gets or sets the parent.

    Declaration
    public Matrix4x4 InverseBindPose
    Field Value
    Type Description
    Matrix4x4

    The parent.

    NodeId

    Gets or sets the name.

    Declaration
    public int NodeId
    Field Value
    Type Description
    int

    The name.

    Extension Methods

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