AssetEntryMEA GetEntry<T>(string name)
Get an entry class by the filename, which contains a plenty of information about it
______________________________________________________________________________________________________________________________
name: File name
______________________________________________________________________________________________________________________________
AssetEntryMEA: Class that contains plenty of information about the loaded asset
↩️ Back
GetEntry requires a name of the file inside the .zip, in return it gives a AssetEntryMEA that contains plenty information about your asset, such as directory instance, file bytes, asset type, asset value and it's name and etc.