Click or drag to resize

ResourceInfo Structure

Information about a loaded resource.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public struct ResourceInfo
Request Example View Source

The ResourceInfo type exposes the following members.

Constructors
  NameDescription
Public methodResourceInfo(Mod, String, ResourceParser, Object)
Create a new ResourceInfo with specified information.
Public methodResourceInfo(Mod, String, ResourceParser, WeakReference)
Create a new ResourceInfo with specified information.
Top
Fields
  NameDescription
Public fieldMod
Mod this resource was loaded with.
Public fieldParser
The parser used to parse it.
Public fieldPath
Path to the resource.
Public fieldReference
Reference to the resource.
Top
See Also