EditorSceneManager.SceneClosingCallback

public delegate void SceneClosingCallback(SceneManagement.Scene scene, bool removingScene);

Parameters

sceneThe Scene that is going to be closed.
removingSceneWhether or not the Scene is also going to be removed from the Scene Manager after closing. If true the Scene is removed after closing.

Description

Callbacks of this type which have been added to the sceneClosing event are called just before a Scene is closed.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答