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

Graph editor constants More...

Static Public Attributes

static readonly Color PIN_COLOR = new Color(0.4f, 0.4f, 0.4f)
 
static readonly Color PIN_COLOR_HOVER = new Color(1, 0.6f, 0.0f)
 
static readonly Color PIN_COLOR_CLICK = new Color(1, 0.9f, 0.0f)
 
static readonly Color NODE_COLOR = new Color(0.2824f, 0.2824f, 0.2824f)
 
static readonly Color NODE_COLOR_SELECTED = new Color(.9f, 0.5f, 0.0f)
 
static readonly Color TEXT_COLOR = new Color(0.9f, 0.9f, 0.9f)
 
static readonly Color TEXT_COLOR_SELECTED = Color.white
 

Detailed Description

Graph editor constants

Definition at line 50 of file GraphEditorUtils.cs.


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