Method GetOverlappingObjects
GetOverlappingObjects(bool)
Returns the list of objects whose 2D silhouette overlaps that of this object 2D silhouette.
Declaration
public IList<Scene.Object> GetOverlappingObjects(bool testAltitude)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | testAltitude | Specifies whether to test for an
overlapping on the vertical axis as well. It set to |
Returns
| Type | Description |
|---|---|
| IList<Scene.Object> | The list of overlapping objects. |