Package com.marginallyclever.ro3.node
Class NodePath<T extends Node>
java.lang.Object
com.marginallyclever.ro3.node.NodePath<T>
- Type Parameters:
T
- the type of node to find
NodePath
stores the uniqueID to a node.
Can be used to find a node in the scene graph.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setUniqueID
(String uniqueID) void
setUniqueIDByNode
(Node node)
-
Constructor Details
-
NodePath
-
NodePath
-
-
Method Details
-
getUniqueID
-
setUniqueID
-
setUniqueIDByNode
-
getSubject
-
getType
-