Click or drag to resize

AABBGrow Method

Returns a copy of the AABB grown a given amount of units towards all the sides.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AABB Grow(
	float by
)

Parameters

by
Type: SystemSingle
The amount to grow by.

Return Value

Type: AABB
The grown AABB.
See Also