Returns a larger AABB that contains this AABB and `b`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public AABB Merge(
AABB with
)
Parameters
- with
- Type: GodotAABB
The other AABB.
Return Value
Type:
AABBThe merged AABB.
See Also