C# Класс Duality.CorePlugin

Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
Dispose ( ) : void

Описание методов

CorePlugin() защищенный Метод

protected CorePlugin ( ) : System
Результат System

InitPlugin() защищенный Метод

Called when initializing the plugin.
protected InitPlugin ( ) : void
Результат void

OnAfterUpdate() защищенный Метод

Called after Duality updates the game scene
protected OnAfterUpdate ( ) : void
Результат void

OnBeforeUpdate() защищенный Метод

Called before Duality updates the game scene
protected OnBeforeUpdate ( ) : void
Результат void

OnDisposePlugin() защищенный Метод

Called when unloading / disposing the plugin.
protected OnDisposePlugin ( ) : void
Результат void

OnExecContextChanged() защищенный Метод

Called when Dualitys DualityApp.ExecutionContext changes.
protected OnExecContextChanged ( DualityApp previousContext ) : void
previousContext DualityApp
Результат void