| Modifier and Type | Method and Description |
|---|---|
java.util.List<Camera> |
GlTF.getCameras()
An array of cameras.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addCameras(Camera element)
Add the given cameras.
|
void |
GlTF.removeCameras(Camera element)
Remove the given cameras.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setCameras(java.util.List<Camera> cameras)
An array of cameras.
|
Copyright © 2024. All Rights Reserved.