Click or drag to resize

ModHostSharedAssets Property

Returns the IModAssets interface for the current mod allowing shared asset loading from the mod via the host. Shared assets include all referenced mod assets reccursivley as well as this mods assets.

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

Property Value

Type: IModAssets
Exceptions
ExceptionCondition
ModNotLoadedExceptionThe host does not have a valid mod loaded
ModNotActivatedExceptionThe host has a valid mod loaded but it has not yet been activated. Mod assets will not be available until activation is completed
See Also