Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

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

Bounds.Encapsulate

public void Encapsulate(Vector3 point);

Parameters

Description

Grows the Bounds to include the point.


public void Encapsulate(Bounds bounds);

Parameters

Description

Grow the bounds to encapsulate the bounds.