BaseMultiSceneLoader.cs

CarterGames.MultiScene.Runtime
CarterGames.Experimental.MultiScene

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

Protected

The scene group to load when the load method is called.

Properties

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

Method
virtual void

Calls the Multi Scene Manager to load the scene group assigned in the inspector.

BaseMultiSceneLoader loader;
loader.LoadSceneGroup();