| Modifier and Type | Method and Description |
|---|---|
java.util.List<Accessor> |
GlTF.getAccessors()
An array of accessors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addAccessors(Accessor element)
Add the given accessors.
|
void |
GlTF.removeAccessors(Accessor element)
Remove the given accessors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setAccessors(java.util.List<Accessor> accessors)
An array of accessors.
|
Copyright © 2024. All Rights Reserved.