📜 Classes
AssetEntryMEA
Class that contains plenty of information about the loaded asset
AssetEntryMEA
Class that contains plenty of information about the loaded asset
↩️ Back
byte[] Bytes | Raw bytes of the entry file
Type AssetType | The type of this entry asset
object Value | Value of the entry as object, use TryValueAs<T>() or ValueAs<T>() to get the actual value
string Name | Name of the entry file
Directory EntryDirectory | Directory of this entry
string BytesToString | Converts byte array to string, in case if the file is not a in .txt/.text format
If this asset entry is in .txt/.text format, please convert it's value to string