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 public AABB Grow(
float by
)
Parameters
- by
- Type: SystemSingle
The amount to grow by.
Return Value
Type:
AABBThe grown AABB.
See Also