Frame(Bounds, bool)
Frames the given bounds in the Scene view.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool Frame(Bounds bounds, bool instant = true)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if the given bounds can be encompassed in the Scene view. Returns false otherwise. |