(Feat) Tools Update

This commit is contained in:
2026-06-23 14:52:45 +02:00
parent 6527f559e1
commit c9b085ebea
4 changed files with 42 additions and 3 deletions
@@ -68,10 +68,12 @@ namespace Ashwild.EditorTools
{
TextField nameField = new TextField();
nameField.AddToClassList("ash-hero__name");
nameField.AddToClassList("ash-recipe-name");
nameField.BindProperty(so.FindProperty("recipeName"));
nameField.RegisterValueChangedCallback(_ => onMetaChanged?.Invoke());
return nameField;
VisualElement row = AshwildUI.EditableNameRow(nameField);
row.AddToClassList("ash-recipe-name");
return row;
}
#endregion