Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
Mod Class
Mod Methods
LoadAsync Method
LoadAsync Method (String)
LoadAsync(T) Method (String)
LoadAsync Method (Type, String)
LoadAsync Method (ResourceFolder, String)
LoadAsync(T) Method (ResourceFolder, String)
LoadAsync Method (Type, ResourceFolder, String)
Mod
LoadAsync Method (String)
Load a resource asynchronously.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
UniTask
<
Object
>
LoadAsync
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
Path to the resource.
Return Value
Type:
UniTask
Object
Reference to the resource, or
if it was not found.
See Also
Reference
Mod Class
LoadAsync Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com