Search Results for

    Show / Hide Table of Contents

    Class BufferModel

    This wraps a buffer.

    Inheritance
    object
    BufferModel
    Namespace: Evergine.Framework.Assets.GltfModel
    Assembly: Evergine.Framework.dll
    Syntax
    public class BufferModel

    Constructors

    BufferModel()

    Initializes a new instance of the BufferModel class.

    Declaration
    public BufferModel()

    Fields

    BufferSize

    Gets the buffer size (in bytes).

    Declaration
    public int BufferSize
    Field Value
    Type Description
    int

    Methods

    Dispose()

    Disposes of this buffer.

    Declaration
    public void Dispose()

    Extension Methods

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