Provides additional functionality for the handling of Unity's GameObject class.
| Public Static Methods | |
| static GameObject [] | FindGameObjectsWithLayer (int layer) | 
| Returns all active loaded objects with the specified layer .  More... | |
| static GameObject [] | FindGameObjectsWithLayer (string layerName) | 
| Returns all active loaded objects with the layer having the specified layerName .  More... | |