Tanoda
|
Represents a class that finds external resources at the given model base path. More...
Public Member Functions | |
override Stream | Map (AssetLoaderContext assetLoaderContext, string originalFilename, out string finalPath) |
Tries to find the given external data source using the original resource filename and the context parameters. More... | |
Represents a class that finds external resources at the given model base path.
Definition at line 12 of file ExternalDataMapperSample.cs.
override Stream TriLibCore.Samples.ExternalDataMapperSample.Map | ( | AssetLoaderContext | assetLoaderContext, |
string | originalFilename, | ||
out string | finalPath | ||
) |
Tries to find the given external data source using the original resource filename and the context parameters.
assetLoaderContext | The Asset Loader Context reference. Asset Loader Context contains the Model loading data. |
originalFilename | The source data original filename. |
finalPath | The found data final Path. |
null
.Definition at line 24 of file ExternalDataMapperSample.cs.