looks up a previously named child, attached using attach(tag, perform)
(String name)
| 132 | * looks up a previously named child, attached using attach(tag, perform) |
| 133 | */ |
| 134 | public Consumer<Integer> lookup(String name) { |
| 135 | return tagged.get(name); |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Disconnects a Perform from this Scene. Care has been taken to ensure you can do this while the internalScene is being traversed. |
no test coverage detected