Encapsulate
Grows the Bounds to include the point.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
Encapsulate(Vector3)
Grows the Bounds to include the point.
public void Encapsulate(Vector3 point)
Parameters
Encapsulate(Bounds)
Grow the bounds to encapsulate the bounds.
public void Encapsulate(Bounds bounds)