Search Results for

    Show / Hide Table of Contents

    Struct MorphTargetDescription

    Represents a morph target slot.

    Namespace: Evergine.Framework.Assets.AssetSources.Nodes
    Assembly: Evergine.Framework.dll
    Syntax
    public struct MorphTargetDescription

    Fields

    BoundingBox

    The bounding box of this slot.

    Declaration
    public BoundingBox? BoundingBox
    Field Value
    Type Description
    BoundingBox?

    IndexBuffer

    IndexBuffer used for sparse access.

    Declaration
    public int? IndexBuffer
    Field Value
    Type Description
    int?

    Name

    The name of the morph target.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    VertexElements

    The array of morph target buffers.

    Declaration
    public Dictionary<SemanticStruct, AccessorModel> VertexElements
    Field Value
    Type Description
    Dictionary<SemanticStruct, AccessorModel>

    Methods

    Read(BinaryReader)

    Reads this asset part.

    Declaration
    public static MorphTargetDescription Read(BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader

    The binary reader.

    Returns
    Type Description
    MorphTargetDescription

    The loaded asset part.

    Extension Methods

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