TriLib 2.2.8
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TriLibCore.Mappers.ZipFileTextureMapper Class Reference

Represents a Mapper used to load Textures from Zip files. More...

Inheritance diagram for TriLibCore.Mappers.ZipFileTextureMapper:
TriLibCore.Mappers.TextureMapper

Public Member Functions

override void Map (TextureLoadingContext textureLoadingContext)
 Tries to retrieve a Stream to the Texture native data based on the given context.
Parameters
textureLoadingContextThe context containing all the Texture data.

 
- Public Member Functions inherited from TriLibCore.Mappers.TextureMapper
virtual TextureLoadingContext Map (AssetLoaderContext assetLoaderContext, ITexture texture)
 
virtual void Map (TextureLoadingContext textureLoadingContext)
 Tries to retrieve a Stream to the Texture native data based on the given context.
 

Additional Inherited Members

- Public Attributes inherited from TriLibCore.Mappers.TextureMapper
int CheckingOrder
 Defines the mapper priority when using other mappers in the same AssetLoaderOptions.
 

Detailed Description

Represents a Mapper used to load Textures from Zip files.

Member Function Documentation

◆ Map()

override void TriLibCore.Mappers.ZipFileTextureMapper.Map ( TextureLoadingContext  textureLoadingContext)
virtual

Tries to retrieve a Stream to the Texture native data based on the given context.

Parameters
textureLoadingContextThe context containing all the Texture data.

Reimplemented from TriLibCore.Mappers.TextureMapper.