Class ConnectionEditorStyle
Editor style for connection nodes in the level graph editor.
Inheritance
System.Object
ConnectionEditorStyle
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class ConnectionEditorStyle
Properties
HandleBackgroundColor
Background color of the connection handle.
Declaration
public Color HandleBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
LineColor
Color of the line that connects two room nodes.
Declaration
public Color LineColor { get; set; }
Property Value
Type | Description |
---|---|
Color |