TextureAsset properties, start of better asset pipeline detection

This commit is contained in:
Simon Lübeß
2024-06-12 16:51:52 +02:00
parent b3dac4a338
commit 36e98311c6
12 changed files with 267 additions and 48 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public class SubAsset
{
public AssetNode Asset;
public String Name ~ delete _;
//public String AssetInternalPath ~ delete _;
public AssetIdentifier Identifier ~ delete _;
public Texture2D PreviewImage ~ _?.ReleaseRef();
}