Method GetObjectsInShapeByType
GetObjectsInShapeByType<T>(Shape, float, bool, Vector3)
Gets all objects in a shape at this location of the specified type.
public IEnumerable<T> GetObjectsInShapeByType<T>(Shape shape, float size, bool losCheck, Vector3 origin = default) where T : NwGameObject
Parameters
Returns
- IEnumerable<T>
Type Parameters
T