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: solution.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
    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)