Search Results for

    Show / Hide Table of Contents

    Class MatricesContent

    This class represents index buffer content.

    Inheritance
    object
    MatricesContent
    Namespace: Evergine.Framework.Assets.AssetSources.Nodes
    Assembly: Evergine.Framework.dll
    Syntax
    public class MatricesContent

    Fields

    BufferViewIndex

    The buffer view index.

    Declaration
    public int BufferViewIndex
    Field Value
    Type Description
    int

    NumMatrices

    The number of matrices.

    Declaration
    public uint NumMatrices
    Field Value
    Type Description
    uint

    Offset

    The offset of the buffer.

    Declaration
    public uint Offset
    Field Value
    Type Description
    uint

    Methods

    Read(BinaryReader)

    Reads this asset part.

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

    The binary reader.

    Returns
    Type Description
    MatricesContent

    The loaded asset part.

    Write(BinaryWriter)

    Writes this asset.

    Declaration
    public void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    BinaryWriter writer

    The binary writer.

    Extension Methods

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