Method LoadAsync
LoadAsync(ContentSceneParameters)
Loads a scene.
Declaration
public Scene LoadAsync(ContentSceneParameters loadParams)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentSceneParameters | loadParams | The scene loading parameters. |
Returns
| Type | Description |
|---|---|
| Scene | The scene instance that is loading. It will not necessarily be ready when it is returned. The scene instance can be checked for its loading state. |