Version: 2022.3
언어: 한국어

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.