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
@@ -26,6 +26,9 @@ namespace FlaxEditor.Content
/// <inheritdoc />
public override ContentItemSearchFilter SearchFilter => ContentItemSearchFilter.Shader;
/// <inheritdoc />
public override string TypeDescription => "Shader Source Code";
/// <inheritdoc />
public override SpriteHandle DefaultThumbnail => Editor.Instance.Icons.Document128;
}