Bounds.Expand
Expand(amount: float): void;
void Expand(float amount);
def Expand(amount as float) as void
Description

Expand the bounds by increasing its size by amount along each side.

Expand(amount: Vector3): void;
void Expand(Vector3 amount);
def Expand(amount as Vector3) as void
Description

Expand the bounds by increasing its size by amount along each side.