Enum WorldScopeKind
public enum WorldScopeKind
Fields
Boot = 0Everything the world needs before the first frame (loading screen).
Area = 1One area (or MapMagic region) that is about to be generated or entered.
Dungeon = 2One dungeon level, generated on demand while playing.