mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:37:40 +02:00
Editor: General enum property support. Hex input field functionality for color picker.
This commit is contained in:
@ -106,7 +106,7 @@ namespace RhythmHeavenMania.Editor
|
||||
{
|
||||
prefab = FloatP;
|
||||
}
|
||||
else if (objType == typeof(RhythmHeavenMania.Util.EasingFunction.Ease))
|
||||
else if (objType.IsEnum)
|
||||
{
|
||||
prefab = DropdownP;
|
||||
}
|
||||
|
Reference in New Issue
Block a user