Dungeon Architect  17.0.0
DungeonArchitect.Navigation.NavigationBuildInvoker Class Reference

Drop this script into your dungeon object and assign the nav mesh prefab to automatically rebuild the nav mesh whenever the dungeon is rebuild (works both with runtime and design time) More...

Inheritance diagram for DungeonArchitect.Navigation.NavigationBuildInvoker:
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...
 

Public Attributes

DungeonNavMesh navMesh
 

Detailed Description

Drop this script into your dungeon object and assign the nav mesh prefab to automatically rebuild the nav mesh whenever the dungeon is rebuild (works both with runtime and design time)

Definition at line 10 of file NavigationBuildInvoker.cs.

Member Function Documentation

◆ OnPostDungeonBuild()

override void DungeonArchitect.Navigation.NavigationBuildInvoker.OnPostDungeonBuild ( Dungeon  dungeon,
DungeonModel  model 
)
virtual

Called after the dungeon is completely built

Parameters
modelThe dungeon model

Reimplemented from DungeonArchitect.DungeonEventListener.

Definition at line 17 of file NavigationBuildInvoker.cs.


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