Search Results for

    Show / Hide Table of Contents

    Class BufferModel

    This wrap a buffer.

    Inheritance
    object
    BufferModel
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Assets.GltfModel
    Assembly: Evergine.Framework.dll
    Syntax
    public class BufferModel : IDisposable

    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()

    Dispose this buffer.

    Declaration
    public void Dispose()

    Implements

    IDisposable

    Extension Methods

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