Follow up #1085 with expendable type description for content items

This commit is contained in:
2023-05-10 10:29:59 +02:00
parent 3bff65d6b6
commit 0c2c643ea8
11 changed files with 64 additions and 101 deletions
+3
View File
@@ -25,6 +25,9 @@ namespace FlaxEditor.Content
/// <inheritdoc />
public override ContentItemSearchFilter SearchFilter => ContentItemSearchFilter.Other;
/// <inheritdoc />
public override string TypeDescription => "File";
/// <inheritdoc />
public override SpriteHandle DefaultThumbnail => Editor.Instance.Icons.Document128;
}