instantreality 1.0

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

TypePropertyDescriptionStandard
SFNodesourceNode

A reference to the node that is the source of this route.

X3D3.0
StringsourceField

The name of the field in the source node.

X3D3.0
SFNodedestinationNode

A reference to the node that is the destination of this route.

X3D3.0
StringdestinationField

The name of the field in the destination node.

X3D3.0

Functions

Return typeFunctionDescriptionStandard