Click or drag to resize

ModAssetsLoadAsync Method (String)

Attempts to load an asset from a loaded mod asynchronously. This method will check all loaded mods for an asset with the specified name.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ModAsyncOperation LoadAsync(
	string nameOrPath
)

Parameters

nameOrPath
Type: SystemString
The name or path of the asset to load

Return Value

Type: ModAsyncOperation
A yieldable object containting load progress information
See Also