ResourceInfo Structure |
Namespace: Kit.Modding
The ResourceInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ResourceInfo(Mod, String, ResourceParser, Object) | Create a new ResourceInfo with specified information. | |
| ResourceInfo(Mod, String, ResourceParser, WeakReference) | Create a new ResourceInfo with specified information. |
| Name | Description | |
|---|---|---|
| Mod | Mod this resource was loaded with. | |
| Parser | The parser used to parse it. | |
| Path | Path to the resource. | |
| Reference | Reference to the resource. |