SceneView.CameraMode
Describes a built-in Scene view mode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public struct SceneView.CameraMode
Fields
Value | Description |
|---|---|
| drawMode | The CameraDrawMode associated with the SceneView.CameraMode. |
| name | The name of the SceneView.CameraMode. |
| section | The section in the toolbar drop-down that this SceneView.CameraMode belongs to. |
Methods
Method | Description |
|---|---|
| Equals | Compares this SceneView.CameraMode object against a specified SceneView.CameraMode object. |
| ToString | Gets a string summary of this SceneView.CameraMode. |