Minor editor tweaks

This commit is contained in:
2023-01-01 23:17:23 +01:00
parent bc7bf72660
commit 59568fb5c8
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ namespace FlaxEditor.Content
/// <seealso cref="FlaxEditor.Content.AssetItem" />
public class JsonAssetItem : AssetItem
{
private readonly SpriteHandle _thumbnail;
/// <summary>
/// Asset icon.
/// </summary>
protected SpriteHandle _thumbnail;
/// <summary>
/// Initializes a new instance of the <see cref="JsonAssetItem"/> class.