LoadScene
Class in Zigurous.Architecture
Declaration
public sealed class LoadScene : MonoBehaviour
Description
Loads a scene using a specified set of options.
Properties
mode | The mode to use for loading the scene. |
scene | The name of the scene to load. |
delay | The delay in seconds before loading the scene. |
loadOnStart | Loads the scene when the script starts. |
async | Loads the scene asyncronously in the background. |
Methods
Load | Loads the scene using the settings provided in the script. |
LoadImmediate | Loads the scene using the settings provided in the script while ignoring any delay. |