三种动画参数的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);
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Ichni.Editor
|
||||
public string parameterName;
|
||||
|
||||
/// <summary>
|
||||
/// 是否始终更新,如果子类可能用到此变量,则在子类中写Update即可
|
||||
/// 是否始终更新,如果子类可能用到此变量,则在子类中写Update即可(注意,如果最后仅有Text用到此变量,直接移动它到Text即可)
|
||||
/// </summary>
|
||||
public bool isAlwaysUpdated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user