Interface IAssetLoaderContext
Represents an interface for objects that provide access to the main AssetLoaderContext, which holds model-loading data and other associated resources.
Namespace: TriLibCore.Interfaces
Assembly: TriLibCore.dll
Syntax
public interface IAssetLoaderContext
Properties
Context
Gets the AssetLoaderContext reference. This context contains metadata, settings, and resources used during the model loading process.
Declaration
AssetLoaderContext Context { get; }
Property Value
| Type | Description |
|---|---|
| AssetLoaderContext |