Click or drag to resize

AABBMerge Method

Returns a larger AABB that contains this AABB and `b`.

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

Parameters

with
Type: GodotAABB
The other AABB.

Return Value

Type: AABB
The merged AABB.
See Also