Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Expand

Expand the bounds by increasing its size by amount along each side.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

Expand(float)

Expand the bounds by increasing its size by amount along each side.
public void Expand(float amount)

Parameters

amount

Expand(Vector3)

Expand the bounds by increasing its size by amount along each side.
public void Expand(Vector3 amount)

Parameters

amount