Dungeon Architect  17.0.0
DungeonArchitect.UI.Widgets.GraphEditors.GraphEditorStyle Class Reference

Public Attributes

Color backgroundColor = new Color(0.2f, 0.2f, 0.2f)
 
Color gridLineColorThick = new Color(1, 1, 1, 0.1f)
 
Color gridLineColorThin = new Color(1, 1, 1, 0.05f)
 
float gridCellSpacing = 20
 
bool gridScaling = false
 
int gridNumCells = 150
 
string branding = "Dungeon Architect"
 
Color brandingColor = new Color(1, 1, 1, 0.1f)
 
int brandingSize = 40
 
string readonlyText = "[READ ONLY]"
 
Color readonlyColor = new Color(1, 1, .5f, 0.4f)
 
int readonlySize = 40
 
Color overlayTextColorLo = new Color(1, 1, 1, 0.2f)
 
Color overlayTextColorHi = new Color(1, 1, 1, 0.6f)
 
Color selectionBoxColor = new Color(1, 0.6f, 0, 0.6f)
 
Color commentTextColor = Color.white
 
bool displayAssetFilename = true
 

Detailed Description

Definition at line 22 of file GraphEditor.cs.


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