com.tiberiumfusion.ttplugins.HarmonyPlugins Namespace |
Class | Description | |
---|---|---|
![]() | HFrameworkPatches |
Holder of various Harmony patches which provide some framework for HPlugins.
|
![]() | HHelpers |
Contains various helper and convenience methods for HPlugins to use.
|
![]() | HHelpersAssetHandling |
Specifically contains helper methods for use in creating and managing XNA assets.
|
![]() | HHelpersInputReading |
Specifically contains helper methods for use in reading human input.
|
![]() | HHelpersStringDrawing |
Specifically contains helper methods for use in managing spritefonts and drawing strings.
|
![]() | HHelpersUIState |
Specifically contains helper methods for use in detecting properties of the current UI state.
|
![]() | HPatchOperation |
Provides the necessary data to apply a single Harmony patch.
|
![]() | HPlugin |
The base class which provides the means to create a Harmony-based plugin.
|
![]() | HPluginApplicator |
Handles the application of HPlugins as Harmony patches.
|
![]() | HPluginApplicatorConfiguration |
Provides configuration data for the HPluginApplicator.
Configuration data will be provided by TTApplicator.
|
![]() | HPluginApplicatorResult |
A data bundle of returned information from the HPluginApplicator
|
![]() | HPluginAssemblyCompiler |
Provider of the compiled assemblies that contain the usercode HPlugins.
|
![]() | HPluginCompilationConfiguration |
The configuration used to compile usercode HPlugins into assemblies.
|
![]() | HPluginCompilationResult |
A bundle of data produced by HPluginAssemblyCompiler.Compile()
|
![]() | HPluginConfiguration |
Contains configuration data for an HPlugin, such as user preferences.
|
![]() | HPluginIdentity |
Informational class which describes an HPlugin's identity.
|
![]() | HSupervisedPlugin |
Container of both an HPlugin and data related to the HPlugin that is hidden from the HPlugin itself.
|
Enumeration | Description | |
---|---|---|
![]() | HPatchLocation |
The location at which to apply a stub patch method.
|
![]() | HPluginApplicatorResultCodes |
All possible result codes from plugin application.
|