| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Scene> |
GlTF.defaultScenes()
Returns the default value of the scenes
|
java.util.Map<java.lang.String,Scene> |
GlTF.getScenes()
A dictionary object of scenes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addScenes(java.lang.String key,
Scene value)
Add the given scenes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setScenes(java.util.Map<java.lang.String,Scene> scenes)
A dictionary object of scenes.
|
Copyright © 2024. All Rights Reserved.