Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


lastActiveSceneViewChanged

Register to this callback to get notified when the active Scene View changes.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
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.