Dungeon Architect  17.0.0
DungeonArchitect.Flow.Items.FlowItemMetadataResolver Class Reference
Inheritance diagram for DungeonArchitect.Flow.Items.FlowItemMetadataResolver:
DungeonArchitect.DungeonEventListener

Public Member Functions

override void OnPostDungeonBuild (Dungeon dungeon, DungeonModel model)
 Called after the dungeon is completely built More...
 
- Public Member Functions inherited from DungeonArchitect.DungeonEventListener
virtual void OnPostDungeonLayoutBuild (Dungeon dungeon, DungeonModel model)
 Called after the layout is built in memory, but before the markers are emitted More...
 
virtual 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...
 
virtual void OnPreDungeonBuild (Dungeon dungeon, DungeonModel model)
 Called before the dungeon is 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...
 

Detailed Description

Definition at line 6 of file FlowItemMetadataResolver.cs.

Member Function Documentation

◆ OnPostDungeonBuild()

override void DungeonArchitect.Flow.Items.FlowItemMetadataResolver.OnPostDungeonBuild ( Dungeon  dungeon,
DungeonModel  model 
)
virtual

Called after the dungeon is completely built

Parameters
modelThe dungeon model

Reimplemented from DungeonArchitect.DungeonEventListener.

Definition at line 37 of file FlowItemMetadataResolver.cs.


The documentation for this class was generated from the following file: