Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Bounds.Expand

Cambiar al Manual
public void Expand(float amount);

Parámetros

Descripción

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


public void Expand(Vector3 amount);

Parámetros

Descripción

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