Click or drag to resize

ResourceManagerLoadAsync Method (Type, 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
Syntax
C#
public static UniTask<Object> LoadAsync(
	Type type,
	string fullPath
)
Request Example View Source

Parameters

type
Type: SystemType
Type of the resource expected.
fullPath
Type: SystemString
Absolute path to the resource.

Return Value

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