Interface IAssetLoaderContext
Represents a Context that has access to the main Asset Loader Context.
Namespace: TriLibCore.Interfaces
Assembly: TriLibCore.dll
Syntax
public interface IAssetLoaderContext
Properties
Context
Gets/Sets the Asset Loader Context reference. Asset Loader Context contains the Model loading data.
Declaration
AssetLoaderContext Context { get; }
Property Value
Type | Description |
---|---|
AssetLoaderContext |