Method Close
Close(bool?)
Closes the current scene.
Declaration
public void Close(bool? saveChanges = null)
Parameters
| Type | Name | Description |
|---|---|---|
| bool? | saveChanges | Indicates whether to save changes or not.
If |
Closes the current scene.
public void Close(bool? saveChanges = null)
| Type | Name | Description |
|---|---|---|
| bool? | saveChanges | Indicates whether to save changes or not.
If |