OpenBve.PluginManager.Plugin.Elapse C# (CSharp) Méthode

Elapse() abstract private méthode

Called every frame to update the plugin.
This function should not be called directly. Call UpdatePlugin instead.
abstract private Elapse ( ElapseData data ) : void
data OpenBveApi.Runtime.ElapseData The data passed to the plugin on Elapse.
Résultat void
			internal abstract void Elapse(ElapseData data);
			/// <summary>Called to update the reverser. This invokes a call to SetReverser only if a change actually occured.</summary>