Version: 2023.2

ContentSceneParameters

struct in Unity.Loading

切换到手册

描述

This struct collects all the ContentLoadInterface.LoadSceneAsync parameters in to a single place.

变量

autoIntegrateTrue if the scene should be automatically integrated after the load completes. If this is set to false, the user must call ContentSceneFile.IntegrateAtEndOfFrame when they are ready to integrate.
loadSceneMode请参阅 LoadSceneMode。
localPhysicsModeSee LocalPhysicsMode.