Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Bounds.Expand

Switch to Manual
public function Expand(amount: float): void;

Parameters

Description

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


public function Expand(amount: Vector3): void;

Parameters

Description

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