Tanoda
TriLibCore.Samples.SimpleExternalDataMapper Class Reference

Custom external data mapper which works with callbacks. More...

Inheritance diagram for TriLibCore.Samples.SimpleExternalDataMapper:

Public Member Functions

void Setup (Func< string, Stream > streamReceivingCallback, Func< string, string > finalPathReceivingCallback)
 
override Stream Map (AssetLoaderContext assetLoaderContext, string originalFilename, out string finalPath)
 

Detailed Description

Custom external data mapper which works with callbacks.

Definition at line 13 of file SimpleCustomAssetLoader.cs.

Member Function Documentation

◆ Map()

override Stream TriLibCore.Samples.SimpleExternalDataMapper.Map ( AssetLoaderContext  assetLoaderContext,
string  originalFilename,
out string  finalPath 
)

Definition at line 25 of file SimpleCustomAssetLoader.cs.

◆ Setup()

void TriLibCore.Samples.SimpleExternalDataMapper.Setup ( Func< string, Stream >  streamReceivingCallback,
Func< string, string >  finalPathReceivingCallback 
)

Definition at line 18 of file SimpleCustomAssetLoader.cs.


The documentation for this class was generated from the following file: