TriLib 2.2.8
Loading...
Searching...
No Matches
Properties | List of all members
TriLibCore.Interfaces.IAssetLoaderContext Interface Reference

Represents a Context that has access to the main Asset Loader Context. More...

Inheritance diagram for TriLibCore.Interfaces.IAssetLoaderContext:
TriLibCore.AssetLoaderContext TriLibCore.IContextualizedError TriLibCore.MaterialMapperContext TriLibCore.MaterialRendererContext TriLibCore.TextureDataContext TriLibCore.TextureLoadingContext TriLibCore.General.ContextualizedError< T >

Properties

AssetLoaderContext Context [get]
 Gets/Sets the Asset Loader Context reference. Asset Loader Context contains the Model loading data.
 

Detailed Description

Represents a Context that has access to the main Asset Loader Context.

Property Documentation

◆ Context

AssetLoaderContext TriLibCore.Interfaces.IAssetLoaderContext.Context
get

Gets/Sets the Asset Loader Context reference. Asset Loader Context contains the Model loading data.

Implemented in TriLibCore.MaterialMapperContext, TriLibCore.MaterialRendererContext, TriLibCore.TextureDataContext, TriLibCore.TextureLoadingContext, and TriLibCore.General.ContextualizedError< T >.