Add new UIBrush that uses UIBrushAsset json resource with a brush data

This commit is contained in:
Wojtek Figat
2025-06-24 13:08:25 +02:00
parent c57a1a7205
commit 5a05038a9b
2 changed files with 76 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ namespace FlaxEditor.CustomEditors.Editors
new OptionType("Texture 9-Slicing", typeof(Texture9SlicingBrush)),
new OptionType("Sprite 9-Slicing", typeof(Sprite9SlicingBrush)),
new OptionType("Video", typeof(VideoBrush)),
new OptionType("UI Brush", typeof(UIBrush)),
};
}
}