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 .
pointpublic void Encapsulate(Vector3 point)
Parameters
Encapsulate(Vector3)
Grows the Bounds to include the .
pointpublic void Encapsulate(in Vector3 point)
Parameters
Encapsulate(Bounds)
Grow the bounds to encapsulate the bounds.
public void Encapsulate(Bounds bounds)
Parameters
Encapsulate(Bounds)
Grow the bounds to encapsulate the bounds.
public void Encapsulate(in Bounds bounds)