Method Unload
Unload(ref Scene)
Unloads a scene.
Declaration
public void Unload(ref Scene scene)
Parameters
| Type | Name | Description |
|---|---|---|
| Scene | scene | The scene to unload. The scene reference will be invalid when this method returns. |
Unloads a scene.
public void Unload(ref Scene scene)
| Type | Name | Description |
|---|---|---|
| Scene | scene | The scene to unload. The scene reference will be invalid when this method returns. |