Dungeon Architect
17.0.0
|
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... | |
Public Attributes | |
bool | mergeMeshes = true |
float | mergePatchSize = 60 |
Transform | mergedMeshParent |
Definition at line 8 of file MeshMerger.cs.
|
virtual |
Called after the dungeon is completely built
model | The dungeon model |
Reimplemented from DungeonArchitect.DungeonEventListener.
Definition at line 33 of file MeshMerger.cs.