三种动画参数的Composite Unit
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Ichni.Editor
|
||||
|
||||
public void SetUpEnum(Type enumType)
|
||||
{
|
||||
dropdown.options.Clear();
|
||||
dropdown.ClearOptions();
|
||||
List<string> enumNameList = System.Enum.GetNames(enumType).ToList();
|
||||
dropdown.AddOptions(enumNameList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user