Class NodePath<T extends Node>

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

public class NodePath<T extends Node> extends Object

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

  • Constructor Details

  • Method Details

    • getUniqueID

      public String getUniqueID()
    • setUniqueID

      public void setUniqueID(String uniqueID)
    • setUniqueIDByNode

      public void setUniqueIDByNode(Node node)
    • getSubject

      public T getSubject()
    • getType

      public Class<T> getType()