Version: 2022.2

SceneView.lastActiveSceneViewChanged

切换到手册
public static Action<SceneView,SceneView> lastActiveSceneViewChanged ;

描述

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.