docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BufferViewMeshoptExtension

    Inheritance
    object
    BufferViewMeshoptExtension
    Implements
    IBufferView
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class BufferViewMeshoptExtension : IBufferView

    Fields

    buffer

    The index of the buffer.

    Declaration
    public int buffer
    Field Value
    Type Description
    int

    byteLength

    The length of the bufferView in bytes.

    Declaration
    public int byteLength
    Field Value
    Type Description
    int

    byteOffset

    The offset into the buffer in bytes.

    Declaration
    public int byteOffset
    Field Value
    Type Description
    int

    byteStride

    The stride, in bytes, between vertex attributes or other interleaved data. When this is zero, data is tightly packed.

    Declaration
    public int byteStride
    Field Value
    Type Description
    int

    count

    Declaration
    public int count
    Field Value
    Type Description
    int

    filter

    Declaration
    [Obsolete("Use GetFilter for access.")]
    public string filter
    Field Value
    Type Description
    string

    mode

    Declaration
    [Obsolete("Use GetMode for access.")]
    public string mode
    Field Value
    Type Description
    string

    Properties

    Buffer

    The index of the buffer.

    Declaration
    public int Buffer { get; }
    Property Value
    Type Description
    int

    ByteLength

    The length of the bufferView in bytes.

    Declaration
    public int ByteLength { get; }
    Property Value
    Type Description
    int

    ByteOffset

    The offset into the buffer in bytes.

    Declaration
    public int ByteOffset { get; }
    Property Value
    Type Description
    int

    Methods

    GetFilter()

    Declaration
    public Filter GetFilter()
    Returns
    Type Description
    Filter

    GetMode()

    Declaration
    public Mode GetMode()
    Returns
    Type Description
    Mode

    Implements

    IBufferView
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)