Version: 2022.1
言語: 日本語

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.