2024-03-06 21:37:21 +08:00
|
|
|
|
namespace DCFApixels.DragonECS.Unity.Editors
|
2024-03-05 00:46:47 +08:00
|
|
|
|
{
|
|
|
|
|
internal static class EscEditorConsts
|
|
|
|
|
{
|
|
|
|
|
public const float COMPONENT_DRAWER_ALPHA = 0.26f;
|
|
|
|
|
public const float COMPONENT_DRAWER_DESATURATE = 0.86f;
|
|
|
|
|
}
|
|
|
|
|
}
|