Click or drag to resize

ModScriptModAssets Property

A reference to the IModAssets interface that allows access to the loading API.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IModAssets ModAssets { get; }

Property Value

Type: IModAssets

Implements

IModContextModAssets
See Also