Interface IEnhancedPlugin
An enhanced version of a standard BeatSaber plugin.
Inherited Members
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
[Obsolete("Use the attribute-based system instead.")]
public interface IEnhancedPlugin : IPlugin
Methods
| Improve this Doc View SourceOnFixedUpdate()
Gets invoked on ever physics update.
Declaration
void OnFixedUpdate()
OnLateUpdate()
Called after Update.
Declaration
void OnLateUpdate()
OnUpdate()
Gets invoked on every graphic update.
Declaration
void OnUpdate()