Search Results for

    Show / Hide Table of Contents

    Class AccessorSparseValues

    Inheritance
    object
    AccessorSparseValues
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: glTFLoader.Schema
    Assembly: Evergine.Assets.dll
    Syntax
    public class AccessorSparseValues

    Properties

    BufferView

    The index of the bufferView with sparse values. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target.

    Declaration
    [JsonRequired]
    [JsonProperty("bufferView")]
    public int BufferView { get; set; }
    Property Value
    Type Description
    int

    ByteOffset

    The offset relative to the start of the bufferView in bytes. Must be aligned.

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

    Extensions

    Dictionary object with extension-specific objects.

    Declaration
    [JsonProperty("extensions")]
    public Dictionary<string, object> Extensions { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    Extras

    Application-specific data.

    Declaration
    [JsonProperty("extras")]
    public Extras Extras { get; set; }
    Property Value
    Type Description
    Extras

    Methods

    ShouldSerializeByteOffset()

    Declaration
    public bool ShouldSerializeByteOffset()
    Returns
    Type Description
    bool

    ShouldSerializeExtensions()

    Declaration
    public bool ShouldSerializeExtensions()
    Returns
    Type Description
    bool

    ShouldSerializeExtras()

    Declaration
    public bool ShouldSerializeExtras()
    Returns
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX