Click or drag to resize

IModAssetAssetObject Property

Get the object associated with this asset. This value will try to ensure a valid object is returned which may result in automatic loading of the asset, however this may not be possible if the asset is not alive.

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

Property Value

Type: Object
See Also