Box2d.IsDisjoint Method
Parent Object: Box2dDescription
Determines whether this Box intersects the specified Box. A return value of True indicates that the box do not intersect.
Syntax
Box2d.IsDisjoint( Box As Box2d ) As BooleanParameters
Name | Type | Description |
Box | Box2d | Input Box2d object to compare. |