public class Scene extends GlTFChildOfRootProperty
| Constructor and Description |
|---|
Scene() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNodes(java.lang.Integer element)
Add the given nodes.
|
java.util.List<java.lang.Integer> |
getNodes()
The indices of each root node.
|
void |
removeNodes(java.lang.Integer element)
Remove the given nodes.
|
void |
setNodes(java.util.List<java.lang.Integer> nodes)
The indices of each root node.
|
getName, setNameaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setNodes(java.util.List<java.lang.Integer> nodes)
nodes - The nodes to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.util.List<java.lang.Integer> getNodes()
public void addNodes(java.lang.Integer element)
element - The elementjava.lang.NullPointerException - If the given element is nullpublic void removeNodes(java.lang.Integer element)
null.element - The elementjava.lang.NullPointerException - If the given element is nullCopyright © 2024. All Rights Reserved.