| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Camera> |
GlTF.defaultCameras()
Returns the default value of the cameras
|
java.util.Map<java.lang.String,Camera> |
GlTF.getCameras()
A dictionary object of cameras.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addCameras(java.lang.String key,
Camera value)
Add the given cameras.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setCameras(java.util.Map<java.lang.String,Camera> cameras)
A dictionary object of cameras.
|
Copyright © 2024. All Rights Reserved.