Method IntegrateSceneAtEndOfFrame
IntegrateSceneAtEndOfFrame(ref Scene)
Marks a scene to integrate at the end of the frame. This will return immediately but the scene will not be active until the next update.
Declaration
[ExcludeFromBurstCompatTesting("References managed engine API and static data")]
public static bool IntegrateSceneAtEndOfFrame(ref Scene scene)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene | scene | The scene to integrate. This scene is expected to have been loaded with the autoIntegrate parameter set to false. |
Returns
| Type | Description |
|---|---|
| bool | True if the scene file is valid and it has a status of SceneLoadingStatus.WaitingForIntegrate. |