| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Node> |
GlTF.defaultNodes()
Returns the default value of the nodes
|
java.util.Map<java.lang.String,Node> |
GlTF.getNodes()
A dictionary object of nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.addNodes(java.lang.String key,
Node value)
Add the given nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlTF.setNodes(java.util.Map<java.lang.String,Node> nodes)
A dictionary object of nodes.
|
Copyright © 2024. All Rights Reserved.