C# Class Duality.CorePlugin

Afficher le fichier Open project: BraveSirAndrew/duality Class Usage Examples

Méthodes protégées

Méthode Description
CorePlugin ( ) : System
InitPlugin ( ) : void

Called when initializing the plugin.

OnAfterUpdate ( ) : void

Called after Duality updates the game scene

OnBeforeUpdate ( ) : void

Called before Duality updates the game scene

OnDisposePlugin ( ) : void

Called when unloading / disposing the plugin.

OnExecContextChanged ( DualityApp previousContext ) : void

Called when Dualitys DualityApp.ExecutionContext changes.

Private Methods

Méthode Description
Dispose ( ) : void

Method Details

CorePlugin() protected méthode

protected CorePlugin ( ) : System
Résultat System

InitPlugin() protected méthode

Called when initializing the plugin.
protected InitPlugin ( ) : void
Résultat void

OnAfterUpdate() protected méthode

Called after Duality updates the game scene
protected OnAfterUpdate ( ) : void
Résultat void

OnBeforeUpdate() protected méthode

Called before Duality updates the game scene
protected OnBeforeUpdate ( ) : void
Résultat void

OnDisposePlugin() protected méthode

Called when unloading / disposing the plugin.
protected OnDisposePlugin ( ) : void
Résultat void

OnExecContextChanged() protected méthode

Called when Dualitys DualityApp.ExecutionContext changes.
protected OnExecContextChanged ( DualityApp previousContext ) : void
previousContext DualityApp
Résultat void