SceneViewState
Creates a new SceneView.SceneViewState with either default values or values from another SceneView.SceneViewState.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
SceneViewState()
Creates a new SceneView.SceneViewState with either default values or values from another SceneView.SceneViewState.
public SceneViewState()
SceneViewState(SceneViewState)
Creates a new SceneView.SceneViewState with either default values or values from another SceneView.SceneViewState.
public SceneViewState(SceneView.SceneViewState other)
Parameters
Specify a SceneView.SceneViewState to copy values from when creating the new SceneView.SceneViewState. If this param is not specified, the new SceneView.SceneViewState is created with default values.