C# Class PsmFramework.Modes.DrawEngine2dModeBase

Inheritance: ModeBase
ファイルを表示 Open project: artwallace/PsmFramework

Protected Properties

Property Type Description
DrawEngine2d PsmFramework.Engines.DrawEngine2d.DrawEngine2d

Public Methods

Method Description
RefreshDebugInfo ( ) : void

Protected Methods

Method Description
CleanupInternal ( ) : void
DrawEngine2dModeBase ( AppManager mgr ) : System
InitializeInternal ( ) : void

Private Methods

Method Description
CleanupBounds ( ) : void
CleanupDebugInfo ( ) : void
CleanupDrawEngine2d ( ) : void
InitializeBounds ( ) : void
InitializeDebugInfo ( ) : void
InitializeDrawEngine2d ( ) : void
RenderInternal ( ) : void
UpdateInternalPost ( ) : void
UpdateInternalPre ( ) : void

Method Details

CleanupInternal() protected method

protected CleanupInternal ( ) : void
return void

DrawEngine2dModeBase() protected method

protected DrawEngine2dModeBase ( AppManager mgr ) : System
mgr AppManager
return System

InitializeInternal() protected method

protected InitializeInternal ( ) : void
return void

RefreshDebugInfo() public method

public RefreshDebugInfo ( ) : void
return void

Property Details

DrawEngine2d protected_oe property

protected DrawEngine2d,PsmFramework.Engines.DrawEngine2d DrawEngine2d
return PsmFramework.Engines.DrawEngine2d.DrawEngine2d