T - public interface SceneGraphRetriever<T extends Entity> extends NodeScanner
| Modifier and Type | Method and Description |
|---|---|
boolean |
contained()
Should return true if at least ONE Entity has been found.
|
List<T> |
getAll()
Return all Entities, which life in the scanned node
and it's children
|
<E extends Entity> |
getAll(Class<E> filter)
Return all Entities, which life in the scanned node
and it's children.
|
List<Node> |
getNodes()
Returns all nodes found while scanning.
|
scanList<T> getAll()
<E extends Entity> List<E> getAll(Class<E> filter)
E - Filtered typefilter - Entity Filterboolean contained()
Copyright © 2014. All rights reserved.