docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IBufferView

    A view into a buffer generally representing a subset of the buffer.

    Namespace: GLTFast.Schema
    Assembly: glTFast.dll
    Syntax
    public interface IBufferView

    Properties

    Buffer

    The index of the buffer.

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

    ByteLength

    The length of the bufferView in bytes.

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

    ByteOffset

    The offset into the buffer in bytes.

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

    ByteStride

    The stride, in bytes, between vertex attributes.

    Declaration
    int ByteStride { get; }
    Property Value
    Type Description
    int
    Remarks

    When this is 0 or negative, data is tightly packed.

    In This Article
    Back to top
    Copyright © 2025 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)