lastActiveSceneViewChanged
Register to this callback to get notified when the active Scene View changes.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static Action<SceneView, SceneView> lastActiveSceneViewChanged
Remarks
The callback will be called with a reference to the previously active Scene View and the newly active Scene View.