|
Anvil
|
Represents an anvil plugin. Plugins are loaded during startup, or on-demand if configured with an isolated context. More...
Properties | |
| Assembly? | Assembly [get] |
| If the plugin is loaded (IsLoaded), returns the loaded assembly. | |
| bool | IsLoaded [get] |
| Gets if this plugin has been loaded by anvil and is currently active. | |
| bool | Loading [get] |
| Gets if the plugin is currently loading. | |
| AssemblyName | Name [get] |
| Gets the name/id of this plugin. | |
| string | Path [get] |
| Gets the full path of the plugin assembly. | |
| PluginInfoAttribute | PluginInfo = null! [get] |
| Gets additional metadata information about this plugin. | |
| IReadOnlyList< Type >? | PluginTypes [get] |
| If the plugin is loaded (IsLoaded), returns a list containing all recognised types in the plugin assembly. | |
| string? | ResourcePath [get] |
| Gets the path in the plugin containing additional game resources. | |
Represents an anvil plugin. Plugins are loaded during startup, or on-demand if configured with an isolated context.