Minor tweaks

This commit is contained in:
Wojtek Figat
2021-07-21 15:42:04 +02:00
parent d26eabe2bf
commit b7a7bc891a
5 changed files with 3 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ public:
/// <summary>
/// Custom icon texture (asset id) to use for the application (overrides the default one).
/// </summary>
API_FIELD(Attributes="EditorOrder(1030), AssetReference(typeof(Texture)), EditorDisplay(\"Other\")")
API_FIELD(Attributes="EditorOrder(1030), CustomEditorAlias(\"FlaxEditor.CustomEditors.Editors.AssetRefEditor\"), AssetReference(typeof(Texture)), EditorDisplay(\"Other\")")
Guid OverrideIcon;
public: