Dungeon Architect
17.0.0
|
Manage the editor paint mode so you can paint the layout of you dungeon. You should implement your own paint mode depending on your dungeon builder's data structures and requirements More...
Public Member Functions | |
DungeonConfig | GetDungeonConfig () |
Gets the configuration of the dungeon More... | |
DungeonModel | GetDungeonModel () |
Gets the model used by the owning dungeon More... | |
Dungeon | GetDungeon () |
Gets the owning dungeon More... | |
T | GetSiblingComponent< T > () |
Protected Attributes | |
Dungeon | dungeon |
DungeonModel | dungeonModel |
DungeonConfig | dungeonConfig |
Manage the editor paint mode so you can paint the layout of you dungeon. You should implement your own paint mode depending on your dungeon builder's data structures and requirements
Definition at line 12 of file DungeonPaintMode.cs.
Dungeon DungeonArchitect.DungeonPaintMode.GetDungeon | ( | ) |
Gets the owning dungeon
Definition at line 44 of file DungeonPaintMode.cs.
DungeonConfig DungeonArchitect.DungeonPaintMode.GetDungeonConfig | ( | ) |
DungeonModel DungeonArchitect.DungeonPaintMode.GetDungeonModel | ( | ) |
Gets the model used by the owning dungeon
Definition at line 32 of file DungeonPaintMode.cs.