Version: 2023.2
言語: 日本語
public bool UnloadAtEndOfFrame ();

戻り値

bool True if successful. False if the scene is not in a state that can be unloaded.

説明

Will trigger the scene to unload at the end of the frame.

This must be called on a ContentSceneFile even if the status is SceneLoadingStatus.Failed in order to release internal resources.

The call will fail if the scene is not in an unloadable state. For example, it is actively being loaded or unloaded.