Class NodePath<T extends Node>

java.lang.Object
com.marginallyclever.ro3.node.NodePath<T>
Type Parameters:
T - the type of node to allow

public class NodePath<T extends Node> extends Object

NodePath stores the uniqueID to a node. It can be used to find a node in the scene graph.

This is made visible to the user as NodeSelector and NodeSelectionDialog.