A base class for loading a scene group, you can derive from this class to make your own or just use the base class as is.
Fields
loadGroup
Protected
The scene group to load when the load method is called.
Properties
IsLoading
Protected
Get/Set
ā bool
Gets/sets whether the loader is currently loading the scene group. This is set in the base class, but if you override the loader method you will need to set this yourself.
Methods
LoadSceneGroup
Method
virtual void
Calls the Multi Scene Manager to load the scene group assigned in the inspector.
BaseMultiSceneLoader loader;
loader.LoadSceneGroup();