Version: 2023.2

ContentSceneFile.IntegrateAtEndOfFrame

切换到手册
public void IntegrateAtEndOfFrame ();

描述

Calling this will cause the scene to integrate at the end of the frame.

It's unnecessary to call this if you set the Unity.Loading.ContentSceneParameters.AutoIntegrate property to true. This should only be called when the ContentSceneFile.Status is SceneLoadingStatus.WaitingForIntegrate.