Method FindObjectsOfTypeInArea
FindObjectsOfTypeInArea<T>()
Locates all objects of the specified type.
public IEnumerable<T> FindObjectsOfTypeInArea<T>() where T : NwObject
Returns
- IEnumerable<T>
An enumeration containing all objects of the specified type.
Type Parameters
TThe type of objects to search.