Click or drag to resize

ModManagerLoadAllAsyncT Method (String)

Load a resource from all mods that have it asynchronously.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static UniTask<IEnumerable<T>> LoadAllAsync<T>(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
Path to the resource.

Type Parameters

T
Type of the resource expected.

Return Value

Type: UniTaskIEnumerableT
Reference to the resource, or if it was not found.
See Also