IsCameraDrawModeEnabled(CameraMode)
Returns true if mode is enabled in the current rendering setup, including custom validators.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool IsCameraDrawModeEnabled(SceneView.CameraMode mode)
Parameters
A SceneView.CameraMode to check.
Returns
Type | Description |
|---|---|
| bool | Returns true if the SceneView.CameraMode is available in this SceneView. Returns false otherwise. |