Route
Routes are represented by the Route host object. This object cannot be directly instantiated. Routes may only be created through calls to the ExecutionContext addRoute() function.
Properties
Type | Property | Description | Standard |
---|---|---|---|
SFNode | sourceNode | A reference to the node that is the source of this route.
| X3D3.0 |
String | sourceField | The name of the field in the source node.
| X3D3.0 |
SFNode | destinationNode | A reference to the node that is the destination of this route.
| X3D3.0 |
String | destinationField | The name of the field in the destination node.
| X3D3.0 |
Functions
Return type | Function | Description | Standard |
---|