docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AccessorSparse

    Sparse property of a glTF Accessor

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

    Fields

    count

    Number of entries stored in the sparse array. 1

    Declaration
    public int count
    Field Value
    Type Description
    int

    indices

    Index array of size count that points to those accessor attributes that deviate from their initialization value. Indices must strictly increase.

    Declaration
    public AccessorSparseIndices indices
    Field Value
    Type Description
    AccessorSparseIndices

    values

    "Array of size count times number of components, storing the displaced accessor attributes pointed by indices. Substituted values must have the same componentType and number of components as the base accessor.

    Declaration
    public AccessorSparseValues values
    Field Value
    Type Description
    AccessorSparseValues
    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)