Click or drag to resize

AABBEncloses Method

Returns true if this AABB completely encloses another one.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Encloses(
	AABB with
)

Parameters

with
Type: GodotAABB
The other AABB that may be enclosed.

Return Value

Type: Boolean
A bool for whether or not this AABB encloses `b`.
See Also