Click or drag to resize

ModScriptGameAssets Property

A reference to the IGameAssets interface that allows access to shared game assets.

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

Property Value

Type: IGameAssets

Implements

IModContextGameAssets
See Also