| Modifier and Type | Method and Description |
|---|---|
java.util.List<Buffer> |
GlTF.getBuffers()
An array of buffers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addBuffers(Buffer element)
Add the given buffers.
|
void |
GlTF.removeBuffers(Buffer element)
Remove the given buffers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setBuffers(java.util.List<Buffer> buffers)
An array of buffers.
|
Copyright © 2024. All Rights Reserved.