docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BufferViewMeshoptExtension

    Inheritance
    object
    BufferViewMeshoptExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Gltfast.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    [MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
    public class BufferViewMeshoptExtension

    Properties

    Buffer

    The index of the buffer.

    Declaration
    [JsonPropertyName("buffer")]
    public int? Buffer { get; set; }
    Property Value
    Type Description
    int?

    ByteLength

    The length of the bufferView in bytes.

    Declaration
    [JsonPropertyName("byteLength")]
    public int ByteLength { get; set; }
    Property Value
    Type Description
    int

    ByteOffset

    The offset into the buffer in bytes.

    Declaration
    [JsonPropertyName("byteOffset")]
    public int ByteOffset { get; set; }
    Property Value
    Type Description
    int

    ByteStride

    The stride, in bytes, between vertex attributes or other interleaved data.

    Declaration
    [JsonPropertyName("byteStride")]
    public int? ByteStride { get; set; }
    Property Value
    Type Description
    int?

    Count

    Declaration
    [JsonPropertyName("count")]
    public int Count { get; set; }
    Property Value
    Type Description
    int

    Filter

    Declaration
    [JsonPropertyName("filter")]
    [JsonConverter(typeof(MeshoptFilterConverter))]
    public MeshoptFilter Filter { get; set; }
    Property Value
    Type Description
    MeshoptFilter

    Mode

    Declaration
    [JsonPropertyName("mode")]
    [JsonConverter(typeof(MeshoptModeConverter))]
    public MeshoptMode Mode { get; set; }
    Property Value
    Type Description
    MeshoptMode
    In This Article
    Back to top
    Copyright © 2026 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)