Dungeon Architect  17.0.0
DungeonArchitect.ThemeOverrideVolume Class Reference

Dungeon layout that lies within this volumes bounds picks up the theme set in this volume More...

Inheritance diagram for DungeonArchitect.ThemeOverrideVolume:
DungeonArchitect.Volume

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)
 

Detailed Description

Dungeon layout that lies within this volumes bounds picks up the theme set in this volume

Definition at line 11 of file ThemeOverrideVolume.cs.

Member Data Documentation

◆ useBaseThemeForMissingMarkers

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.


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