Editor: General enum property support. Hex input field functionality for color picker.

This commit is contained in:
Jenny Crowe
2022-02-20 06:31:55 -07:00
parent ed738d8b0e
commit f24a081fce
7 changed files with 40 additions and 10 deletions

View File

@ -106,7 +106,7 @@ namespace RhythmHeavenMania.Editor
{
prefab = FloatP;
}
else if (objType == typeof(RhythmHeavenMania.Util.EasingFunction.Ease))
else if (objType.IsEnum)
{
prefab = DropdownP;
}