Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SceneView.lastActiveSceneViewChanged

public static Action<SceneView,SceneView> lastActiveSceneViewChanged;

Description

Register to this callback to get notified when the active Scene View changes.

The callback will be called with a reference to the previously active Scene View and the newly active Scene View.