Method HasBoundingBoxEqualTo
HasBoundingBoxEqualTo(Object)
Checks whether the other object has the same bounding box as this one.
Declaration
public bool HasBoundingBoxEqualTo(Scene.Object otherObject)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene.Object | otherObject | An object to check against this one. |
Returns
| Type | Description |
|---|---|
| bool |
|