Dungeon Architect
17.0.0
|
Dungeon layout that lies within this volumes bounds picks up the theme set in this volume More...
Public Attributes | |
Graph | overrideTheme |
bool | useBaseThemeForMissingMarkers = false |
Uses the base theme's markers if the overriden them doesn't have any game objects for a marker More... | |
Public Attributes inherited from DungeonArchitect.Volume | |
Dungeon | dungeon |
bool | mode2D = false |
Additional Inherited Members | |
Public Member Functions inherited from DungeonArchitect.Volume | |
Bounds | GetBounds () |
Gets the bounds of the volume More... | |
void | GetVolumeGridTransform (out IntVector positionGrid, out IntVector scaleGrid, Vector3 LogicalGridSize) |
Gets the position and scale of the volume in grid space More... | |
Protected Attributes inherited from DungeonArchitect.Volume | |
Color | COLOR_WIRE = Color.yellow |
Color | COLOR_SOLID_DESELECTED = new Color(1, 1, 0, 0.0f) |
Color | COLOR_SOLID = new Color(1, 1, 0, 0.1f) |
Dungeon layout that lies within this volumes bounds picks up the theme set in this volume
Definition at line 11 of file ThemeOverrideVolume.cs.
bool DungeonArchitect.ThemeOverrideVolume.useBaseThemeForMissingMarkers = false |
Uses the base theme's markers if the overriden them doesn't have any game objects for a marker
Definition at line 18 of file ThemeOverrideVolume.cs.