Get the AssetManager.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IAssetSystemManager AssetManager { get; }
Visual Basic
ReadOnly Property AssetManager As IAssetSystemManager
	Get
Visual C++
property IAssetSystemManager^ AssetManager {
	IAssetSystemManager^ get ();
}

See Also