Auto fill, const asset store name

Auto fill, const asset store name.
This commit is contained in:
max
2020-12-16 11:59:22 +01:00
parent ea1d2412b1
commit b285831ef7
14 changed files with 92 additions and 38 deletions

View File

@ -176,6 +176,11 @@ namespace TAO.VertexAnimation.Editor
{
animationPages.InsertArrayElementAtIndex(animationPages.arraySize);
}
if (GUILayout.Button("auto fill", EditorStyles.miniButton))
{
animationBook.AutoFill();
}
}
}