root property

Node root
final

The root Node of the scene graph.

All Node objects in the scene are connected to this node, either directly or indirectly. Transformations applied to this Node affect all child Node objects.

Implementation

final Node root = Node();