mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class GltfAccessorSparse

    Sparse storage of attributes that deviate from their initialization value. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/accessor.sparse.schema.json

    Inheritance
    Object
    GltfProperty
    GltfAccessorSparse
    Inherited Members
    GltfProperty.Extensions
    GltfProperty.Extras
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public class GltfAccessorSparse : GltfProperty

    Fields

    count

    Number of entries stored in the sparse array. 1

    Declaration
    public int count
    Field Value
    Type Description
    Int32

    count

    Number of entries stored in the sparse array. 1

    Declaration
    public int count
    Field Value
    Type Description
    Int32

    indicies

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

    Declaration
    public GltfAccessorSparseIndices indicies
    Field Value
    Type Description
    GltfAccessorSparseIndices

    indicies

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

    Declaration
    public GltfAccessorSparseIndices indicies
    Field Value
    Type Description
    GltfAccessorSparseIndices

    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 GltfAccessorSparseValues values
    Field Value
    Type Description
    GltfAccessorSparseValues

    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 GltfAccessorSparseValues values
    Field Value
    Type Description
    GltfAccessorSparseValues
    In This Article
    • Fields
      • count
      • count
      • indicies
      • indicies
      • values
      • values
    Back to top Generated by DocFX