IsPreviewScene(Scene)
Is the Scene a preview Scene?
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.SceneManagement
- Assembly: UnityEditor
public static bool IsPreviewScene(Scene scene)
Parameters
The Scene to check.
Returns
Type | Description |
|---|---|
| bool | True if the Scene is a preview Scene. |