Asset renaming + AssetHierarchy: major refactoring for file tree construction

+ AssetFile: Added "AssetConfigPath" Property
+ Less crashy, more cleaner
This commit is contained in:
Simon Lübeß
2023-08-01 23:56:52 +02:00
parent 51441f0e70
commit 6c4ac923c6
4 changed files with 194 additions and 165 deletions
+1
View File
@@ -40,6 +40,7 @@ class AssetFile
public StringView FilePath => _path;
public StringView Identifier => _identifier;
public StringView AssetConfigPath => _assetConfigPath;
public const String ConfigFileExtension = ".ass";