Method OnSceneLoaded
OnSceneLoaded(Scene, LoadSceneMode)
Called after the scene is loaded, after MonoBehaviour Awake
Declaration
void OnSceneLoaded(Scene scene, LoadSceneMode mode)
Parameters
Type | Name | Description |
---|---|---|
Scene | scene | The scene that was loaded |
LoadSceneMode | mode | The mode used to load the scene |