Table of Contents

Enum SceneType

Namespace
UILib.Patches
Assembly
UILib.dll

The types of scene loads/unloads which you can add listeners to SceneLoads for.

[Flags]
public enum SceneType

Fields

BuiltIn = 1

Any built-in scene.

Custom = 2

Any custom made scene (but only normal playtest or playing it normally through the book).

Default = BuiltIn | Custom

A reasonable default to use.

Listens to built-in and custom levels in normal play.

Editor = 4

Loading/unloading from the scene which you can edit custom peaks from.

QuickPlaytest = 8

Quick playtest in the editor.