public class AccessorSparse extends GlTFProperty
| Constructor and Description |
|---|
AccessorSparse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCount()
Number of deviating accessor values stored in the sparse array.
|
AccessorSparseIndices |
getIndices()
An object pointing to a buffer view containing the indices of
deviating accessor values.
|
AccessorSparseValues |
getValues()
An object pointing to a buffer view containing the deviating accessor
values.
|
void |
setCount(java.lang.Integer count)
Number of deviating accessor values stored in the sparse array.
|
void |
setIndices(AccessorSparseIndices indices)
An object pointing to a buffer view containing the indices of
deviating accessor values.
|
void |
setValues(AccessorSparseValues values)
An object pointing to a buffer view containing the deviating accessor
values.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setCount(java.lang.Integer count)
count - The count to setjava.lang.NullPointerException - If the given value is nulljava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getCount()
public void setIndices(AccessorSparseIndices indices)
indices - The indices to setjava.lang.NullPointerException - If the given value is nullpublic AccessorSparseIndices getIndices()
public void setValues(AccessorSparseValues values)
values - The values to setjava.lang.NullPointerException - If the given value is nullpublic AccessorSparseValues getValues()
Copyright © 2024. All Rights Reserved.