Enum SceneViewFocusMode
Determines how the camera position is applied when loaded
Namespace: Unity.Tutorials.Core.Editor
Syntax
public enum SceneViewFocusMode : int
Fields
| Name | Description | Value |
|---|---|---|
| Manual | The camera is positioned as specified by the various settings. |
0 |
| FrameObject | A specific object is framed automatically. |
1 |