AssetEntryMEA[] GetAllEntriesWhere<T>(Func<AssetEntryMEA, bool> predicate)
Get all entry classes by the type and predicate, these contain a plenty of information about them
______________________________________________________________________________________________________________________________
Predicate/condition, which filters the possible collection in return (eg. x => x.Name = "name").
______________________________________________________________________________________________________________________________
AssetEntryMEA[]: Array of classes, which contain plenty of information about the loaded assets
↩️ Back
GetAllEntries requires a predicate and type of the files inside the procedure-required file, in return it gives a AssetEntryMEA[] that contains plenty information about your assets, such as directory instance, file bytes, asset type, asset value and it's name and etc.