Class RoomEditorStyle
Editor style for room nodes in the level graph editor.
Inheritance
System.Object
RoomEditorStyle
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class RoomEditorStyle
Properties
BackgroundColor
Background color of the room node.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
TextColor
Text color of the room node.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |