Enum SceneType
The types of scene loads/unloads which you can add listeners to SceneLoads for.
[Flags]
public enum SceneType
Fields
BuiltIn = 1Any built-in scene.
Custom = 2Any custom made scene (but only normal playtest or playing it normally through the book).
Default = BuiltIn | CustomA reasonable default to use.
Listens to built-in and custom levels in normal play.
Editor = 4Loading/unloading from the scene which you can edit custom peaks from.
QuickPlaytest = 8Quick playtest in the editor.