docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AccessorSparseBase<TIndices, TValues>

    Sparse property of a glTF

    Inheritance
    object
    AccessorSparseBase
    AccessorSparseBase<TIndices, TValues>
    AccessorSparse
    AccessorSparse
    Inherited Members
    AccessorSparseBase.count
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public abstract class AccessorSparseBase<TIndices, TValues> : AccessorSparseBase where TIndices : AccessorSparseIndices where TValues : AccessorSparseValues
    Type Parameters
    Name Description
    TIndices
    TValues

    Fields

    indices

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

    Declaration
    public TIndices indices
    Field Value
    Type Description
    TIndices
    See Also
    Accessor

    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 TValues values
    Field Value
    Type Description
    TValues
    See Also
    Accessor

    Properties

    Indices

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

    Declaration
    public override AccessorSparseIndices Indices { get; }
    Property Value
    Type Description
    AccessorSparseIndices
    Overrides
    AccessorSparseBase.Indices
    See Also
    Accessor

    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 override AccessorSparseValues Values { get; }
    Property Value
    Type Description
    AccessorSparseValues
    Overrides
    AccessorSparseBase.Values
    See Also
    Accessor

    See Also

    Accessor
    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)