Interface IEnhancedPlugin
An enhanced version of the standard IPA plugin.
Inherited Members
Namespace: IPA.Old
Assembly: IPA.Loader.dll
Syntax
[Obsolete("When building plugins for Beat Saber, use IPA.IEnhancedPlugin")]
public interface IEnhancedPlugin : IPlugin
Properties
| Improve this Doc View SourceFilter
Gets a list of executables this plugin should be executed on (without the file ending)
Declaration
string[] Filter { get; }
Property Value
Type | Description |
---|---|
String[] |
Examples
{ "PlayClub", "PlayClubStudio" }
Methods
| Improve this Doc View SourceOnLateUpdate()
Called after Update.
Declaration
void OnLateUpdate()