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.Encapsulate

Switch to Manual
public function Encapsulate(point: Vector3): void;

Parameters

Description

Grows the Bounds to include the point.


public function Encapsulate(bounds: Bounds): void;

Parameters

Description

Grow the bounds to encapsulate the bounds.