Kit Documentation
Kit Documentation
Kit Reference
Kit
ResourceManager Class
ResourceManager Methods
ClearCache Method
ClearCacheAsync Method
ComparePath Method
CreateDirectoryForFile Method
Delete Method
Exists Method
GetPath Method
Load Method
LoadAsync Method
LoadEx Method
LoadExAsync Method
LoadMerged Method
LoadMergedAsync Method
LoadUnmodded Method
LoadUnmoddedAsync Method
MatchExtension Method
ReadBytes Method
ReadBytesAsync Method
ReadText Method
ReadTextAsync Method
Save Method
SaveAsync Method
SaveBytes Method
SaveBytesAsync Method
SaveText Method
SaveTextAsync Method
Unload Method
ResourceManager
LoadEx 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#
Copy
public
static
(
Object
reference,
ResourceParser
parser)
LoadEx
(
Type
type
,
string
fullPath
)
Request Example
View Source
Parameters
type
Type:
System
Type
fullPath
Type:
System
String
Absolute path to the resource.
Return Value
Type:
ValueTuple
Object
,
ResourceParser
Reference to the resource and the parser used to decode it.
See Also
Reference
ResourceManager Class
Kit Namespace
Send comments on this topic to
agam@frag-games.com