Returns true if this AABB completely encloses another one.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool Encloses(
AABB with
)
Parameters
- with
- Type: GodotAABB
The other AABB that may be enclosed.
Return Value
Type:
BooleanA bool for whether or not this AABB encloses `b`.
See Also