 | ModLoadAsyncT Method (String) |
Load a resource asynchronously.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic UniTask<T> LoadAsync<T>(
string path
)
Request Example
View SourceParameters
- path
- Type: SystemString
Path to the resource.
Type Parameters
- T
- Type of the resource expected.
Return Value
Type:
UniTaskTReference to the resource, or
if it was not found.
See Also