Class AccessorSparseIndices
Inheritance
AccessorSparseIndices
Assembly: Evergine.Assets.dll
Syntax
public class AccessorSparseIndices
Properties
BufferView
The index of the bufferView with sparse indices. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target.
Declaration
[JsonRequired]
[JsonProperty("bufferView")]
public int BufferView { get; set; }
Property Value
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
ComponentType
Declaration
[JsonRequired]
[JsonProperty("componentType")]
public AccessorSparseIndices.ComponentTypeEnum ComponentType { get; set; }
Property Value
Extensions
Dictionary object with extension-specific objects.
Declaration
[JsonProperty("extensions")]
public Dictionary<string, object> Extensions { get; set; }
Property Value
Application-specific data.
Declaration
[JsonProperty("extras")]
public Extras Extras { get; set; }
Property Value
Methods
ShouldSerializeByteOffset()
Declaration
public bool ShouldSerializeByteOffset()
Returns
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
Extension Methods