C# Class PsmFramework.Engines.DrawEngine2d.Drawables.DrawableBase

Inheritance: IDisposablePlus, IDebuggable
Exibir arquivo Open project: artwallace/PsmFramework Class Usage Examples

Public Methods

Method Description
ChangeLayer ( LayerBase layer ) : void
Dispose ( ) : void
DrawableBase ( LayerBase layer ) : System
IsOnScreen ( ) : System.Boolean
RefreshDebugInfo ( ) : void
Render ( ) : void
RenderHelper ( ) : void

Protected Methods

Method Description
Cleanup ( ) : void
CleanupIntermediary ( ) : void
Initialize ( ) : void
InitializeIntermediary ( ) : void
Recalc ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void
SetRecalcRequired ( ) : void

Private Methods

Method Description
CleanupBounds ( ) : void
CleanupDebugInfo ( ) : void
CleanupInternal ( ) : void
CleanupLayer ( ) : void
CleanupRecalcRequired ( ) : void
CleanupVisible ( ) : void
ClearRecalcRequired ( ) : void
InitializeBounds ( ) : void
InitializeDebugInfo ( ) : void
InitializeInternal ( LayerBase layer ) : void
InitializeLayer ( LayerBase layer ) : void
InitializeRecalcRequired ( ) : void
InitializeVisible ( ) : void

Method Details

ChangeLayer() public method

public ChangeLayer ( LayerBase layer ) : void
layer PsmFramework.Engines.DrawEngine2d.Layers.LayerBase
return void

Cleanup() protected method

protected Cleanup ( ) : void
return void

CleanupIntermediary() protected method

protected CleanupIntermediary ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

DrawableBase() public method

public DrawableBase ( LayerBase layer ) : System
layer PsmFramework.Engines.DrawEngine2d.Layers.LayerBase
return System

Initialize() protected method

protected Initialize ( ) : void
return void

InitializeIntermediary() protected method

protected InitializeIntermediary ( ) : void
return void

IsOnScreen() public method

public IsOnScreen ( ) : System.Boolean
return System.Boolean

Recalc() protected method

protected Recalc ( ) : void
return void

RecalcBounds() protected abstract method

protected abstract RecalcBounds ( ) : void
return void

RecalcHelper() protected abstract method

protected abstract RecalcHelper ( ) : void
return void

RefreshDebugInfo() public method

public RefreshDebugInfo ( ) : void
return void

Render() public method

public Render ( ) : void
return void

RenderHelper() public abstract method

public abstract RenderHelper ( ) : void
return void

SetRecalcRequired() protected method

protected SetRecalcRequired ( ) : void
return void