Click or drag to resize

ResourceInfo Constructor (Mod, String, ResourceParser, Object)

Create a new ResourceInfo with specified information.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public ResourceInfo(
	Mod mod,
	string file,
	ResourceParser parser,
	Object reference
)
Request Example View Source

Parameters

mod
Type: Kit.ModdingMod
The mod used to load it.
file
Type: SystemString
Path to the file.
parser
Type: Kit.ParsersResourceParser
Parser used to parse it.
reference
Type: SystemObject
Reference to the resource.
See Also