mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-19 10:34:35 +08:00
10 lines
288 B
C#
10 lines
288 B
C#
namespace DCFApixels.DragonECS.Unity.Editors
|
|
{
|
|
internal static class EscEditorConsts
|
|
{
|
|
public const float COMPONENT_DRAWER_ALPHA = 0.26f;
|
|
public const float COMPONENT_DRAWER_DESATURATE = 0.86f;
|
|
public const int AUTO_COLOR_RAINBOW_MIN_RANGE = 7;
|
|
}
|
|
}
|