Method HasBoundingBoxOverlapWith
HasBoundingBoxOverlapWith(Object)
Checks whether the object bounding box overlaps with the other object bounding box.
Declaration
public bool HasBoundingBoxOverlapWith(Scene.Object otherObject)
Parameters
Type | Name | Description |
---|---|---|
Scene.Object | otherObject | An object whose bounding box is checked against this one. |
Returns
Type | Description |
---|---|
bool |
|