Dungeon Architect
17.0.0
|
Public Member Functions | |
override void | OnPostDungeonLayoutBuild (Dungeon dungeon, DungeonModel model) |
Called after the layout is built in memory, but before the markers are emitted More... | |
override void | OnDungeonMarkersEmitted (Dungeon dungeon, DungeonModel model, LevelMarkerList markers) |
Called after all the markers have been emitted for the level (but before the theming engine is run on those markers) This gives you an opportunity to modify the markers More... | |
Public Member Functions inherited from DungeonArchitect.DungeonEventListener | |
virtual void | OnPreDungeonBuild (Dungeon dungeon, DungeonModel model) |
Called before the dungeon is built More... | |
virtual void | OnPostDungeonBuild (Dungeon dungeon, DungeonModel model) |
Called after the dungeon is completely built More... | |
virtual void | OnPreDungeonDestroy (Dungeon dungeon) |
Called after the dungeon is destroyed More... | |
virtual void | OnDungeonDestroyed (Dungeon dungeon) |
Called after the dungeon is destroyed More... | |
Definition at line 6 of file DungeonRoomDesignerHook.cs.
|
virtual |
Called after all the markers have been emitted for the level (but before the theming engine is run on those markers) This gives you an opportunity to modify the markers
dungeon | |
model |
Reimplemented from DungeonArchitect.DungeonEventListener.
Definition at line 15 of file DungeonRoomDesignerHook.cs.
|
virtual |
Called after the layout is built in memory, but before the markers are emitted
model | The dungeon model |
Reimplemented from DungeonArchitect.DungeonEventListener.
Definition at line 9 of file DungeonRoomDesignerHook.cs.