Scene
The Scene object extends the ExecutionContext object.
Properties
Type | Property | Description | Standard |
---|
Functions
Return type | Function | Description | Standard |
---|---|---|---|
void | setMetaData(String key, String value) |
The metadata value specified by the metadata key is set or changed to the new metadata value. If the metadata value is
| X3D3.0 |
String | getMetaData(String key) |
Returns the metadata string identified by the given
| X3D3.0 |
SFNode | getExportedNode(String name) |
Returns the exported node identified by the given
| X3D3.0 |
void | updateExportedNode(String name, SFNode node) |
Updates the node identified by the given node
| X3D3.0 |
void | removeExportedNode(String name) |
Removes the exported node identified by the given
| X3D3.0 |