Tanoda
|
Custom texture mapper which works with callbacks. More...
Public Member Functions | |
void | Setup (Func< ITexture, Stream > streamReceivingCallback) |
override TextureLoadingContext | Map (AssetLoaderContext assetLoaderContext, ITexture texture) |
Custom texture mapper which works with callbacks.
Definition at line 37 of file SimpleCustomAssetLoader.cs.
override TextureLoadingContext TriLibCore.Samples.SimpleTextureMapper.Map | ( | AssetLoaderContext | assetLoaderContext, |
ITexture | texture | ||
) |
Definition at line 47 of file SimpleCustomAssetLoader.cs.
void TriLibCore.Samples.SimpleTextureMapper.Setup | ( | Func< ITexture, Stream > | streamReceivingCallback | ) |
Definition at line 41 of file SimpleCustomAssetLoader.cs.