C# 클래스 Duality.CorePlugin

파일 보기 프로젝트 열기: BraveSirAndrew/duality 1 사용 예제들

보호된 메소드들

메소드 설명
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