Search Results for

    Show / Hide Table of Contents

    Struct MorphTargetContent

    Represents a morph target slot.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Framework.Assets.AssetSources.Nodes
    Assembly: Evergine.Framework.dll
    Syntax
    public struct MorphTargetContent

    Fields

    BoundingBox

    The bounding box of this slot.

    Declaration
    public BoundingBox? BoundingBox
    Field Value
    Type Description
    BoundingBox?

    IndexBuffer

    IndexBuffer used for sparse accessor.

    Declaration
    public int? IndexBuffer
    Field Value
    Type Description
    int?

    VertexAttributes

    The morph targets buffers array.

    Declaration
    public Dictionary<string, int> VertexAttributes
    Field Value
    Type Description
    Dictionary<string, int>

    Methods

    Read(BinaryReader)

    Read this asset part.

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

    The binary reader.

    Returns
    Type Description
    MorphTargetContent

    The loaded asset part.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX