Method IsPlacedHigherThan
IsPlacedHigherThan(Object, bool)
Checks whether the object is placed higher than the other object.
Declaration
public bool IsPlacedHigherThan(Scene.Object otherObject, bool compareBottoms = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene.Object | otherObject | Object the check against. |
| bool | compareBottoms | Specifies whether the tops or the
bottoms of the objects should be compared. If |
Returns
| Type | Description |
|---|---|
| bool |
|