Tanoda
|
Custom external data mapper which works with callbacks. More...
Public Member Functions | |
void | Setup (Func< string, Stream > streamReceivingCallback, Func< string, string > finalPathReceivingCallback) |
override Stream | Map (AssetLoaderContext assetLoaderContext, string originalFilename, out string finalPath) |
Custom external data mapper which works with callbacks.
Definition at line 13 of file SimpleCustomAssetLoader.cs.
override Stream TriLibCore.Samples.SimpleExternalDataMapper.Map | ( | AssetLoaderContext | assetLoaderContext, |
string | originalFilename, | ||
out string | finalPath | ||
) |
Definition at line 25 of file SimpleCustomAssetLoader.cs.
void TriLibCore.Samples.SimpleExternalDataMapper.Setup | ( | Func< string, Stream > | streamReceivingCallback, |
Func< string, string > | finalPathReceivingCallback | ||
) |
Definition at line 18 of file SimpleCustomAssetLoader.cs.