Class InteractionHexColors
Constants class containing the standardized contant colors used by Interaction coloring and highlights.
Inheritance
System.Object
InteractionHexColors
Namespace: Eco.Gameplay.Interactions.Interactors
Assembly: Eco.Gameplay.dll
Syntax
public static class InteractionHexColors : Object
Fields
Green
Declaration
public const string Green = "#00FF00"
Field Value
Type | Description |
---|---|
System.String |
Red
Declaration
public const string Red = "#FF0000"
Field Value
Type | Description |
---|---|
System.String |
Yellow
Declaration
public const string Yellow = "#FFFF00"
Field Value
Type | Description |
---|---|
System.String |