| Modifier and Type | Method and Description |
|---|---|
java.util.List<Scene> |
GlTF.getScenes()
An array of scenes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addScenes(Scene element)
Add the given scenes.
|
void |
GlTF.removeScenes(Scene element)
Remove the given scenes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setScenes(java.util.List<Scene> scenes)
An array of scenes.
|
Copyright © 2024. All Rights Reserved.