 | ResourceManagerLoadAsyncT Method (String) |
Load a resource asynchronously from an absolute path with the list of parsers registered. Does not cache.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static UniTask<T> LoadAsync<T>(
string fullPath
)
Request Example
View SourceParameters
- fullPath
- Type: SystemString
Absolute 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