Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
LoadAllAsync Method
LoadAllAsync(T) Method (String)
LoadAllAsync Method (Type, String)
LoadAllAsync(T) Method (ResourceFolder, String)
LoadAllAsync Method (Type, ResourceFolder, String)
ModManager
LoadAllAsync Method (Type, 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#
Copy
public
static
UniTask
<
IEnumerable
<
Object
>>
LoadAllAsync
(
Type
type
,
string
path
)
Request Example
View Source
Parameters
type
Type:
System
Type
Type of the resource expected.
path
Type:
System
String
Path to the resource.
Return Value
Type:
UniTask
IEnumerable
Object
Reference to the resource, or
if it was not found.
See Also
Reference
ModManager Class
LoadAllAsync Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com