ContentSceneFile 的加载状态。可以通过 ContentSceneFile.Status 访问。
InProgress | 场景加载正在进行中。 |
WaitingForIntegrate | 场景加载的异步部分已完成。现在,当您准备好激活场景时,可以安全地调用 ContentSceneFile.IntegrateAtEndOfFrame。 |
WillIntegrateNextFrame | 场景将在当前帧结束时集成。 |
Complete | 场景已成功加载并集成。 |
Failed | 场景加载过程中发生错误。请查看日志以获取详细信息。请确保仍然调用 ContentSceneFile.UnloadAtEndOfFrame 以释放内部资源。 |