mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-19 10:34:35 +08:00
15 lines
346 B
C#
15 lines
346 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
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;
|
|||
|
}
|
|||
|
}
|