Contains(Vector3Int)
Is point contained in the bounding box?
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool Contains(Vector3Int position)
Parameters
Point to check.
Returns
Type | Description |
|---|---|
| bool | Is point contained in the bounding box? |