Click or drag to resize

ResourceManagerLoadEx Method

Load a resource 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 (Object reference, ResourceParser parser) LoadEx(
	Type type,
	string fullPath
)
Request Example View Source

Parameters

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

Return Value

Type: ValueTupleObject, ResourceParser
Reference to the resource and the parser used to decode it.
See Also