Dungeon Architect  17.0.0
DungeonArchitect.DungeonPaintMode Class Reference

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...

Inheritance diagram for DungeonArchitect.DungeonPaintMode:
DungeonArchitect.Builders.Grid.DungeonPaintModeGrid DungeonArchitect.Builders.Snap.SnapPaintTool

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...
 
GetSiblingComponent< T > ()
 

Protected Attributes

Dungeon dungeon
 
DungeonModel dungeonModel
 
DungeonConfig dungeonConfig
 

Detailed Description

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.

Member Function Documentation

◆ GetDungeon()

Dungeon DungeonArchitect.DungeonPaintMode.GetDungeon ( )

Gets the owning dungeon

Returns
The owning dungeon

Definition at line 44 of file DungeonPaintMode.cs.

◆ GetDungeonConfig()

DungeonConfig DungeonArchitect.DungeonPaintMode.GetDungeonConfig ( )

Gets the configuration of the dungeon

Returns

Definition at line 21 of file DungeonPaintMode.cs.

◆ GetDungeonModel()

DungeonModel DungeonArchitect.DungeonPaintMode.GetDungeonModel ( )

Gets the model used by the owning dungeon

Returns

Definition at line 32 of file DungeonPaintMode.cs.


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