C# Class Duality.CorePlugin

Mostrar archivo Open project: BraveSirAndrew/duality Class Usage Examples

Protected Methods

Method 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

Method Description
Dispose ( ) : void

Method Details

CorePlugin() protected method

protected CorePlugin ( ) : System
return System

InitPlugin() protected method

Called when initializing the plugin.
protected InitPlugin ( ) : void
return void

OnAfterUpdate() protected method

Called after Duality updates the game scene
protected OnAfterUpdate ( ) : void
return void

OnBeforeUpdate() protected method

Called before Duality updates the game scene
protected OnBeforeUpdate ( ) : void
return void

OnDisposePlugin() protected method

Called when unloading / disposing the plugin.
protected OnDisposePlugin ( ) : void
return void

OnExecContextChanged() protected method

Called when Dualitys DualityApp.ExecutionContext changes.
protected OnExecContextChanged ( DualityApp previousContext ) : void
previousContext DualityApp
return void