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

Inheritance: IDisposablePlus, IDebuggable
Afficher le fichier Open project: artwallace/PsmFramework Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Cleanup ( ) : void
CleanupIntermediary ( ) : void
Initialize ( ) : void
InitializeIntermediary ( ) : void
Recalc ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void
SetRecalcRequired ( ) : void

Private Methods

Méthode 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 méthode

public ChangeLayer ( LayerBase layer ) : void
layer PsmFramework.Engines.DrawEngine2d.Layers.LayerBase
Résultat void

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

CleanupIntermediary() protected méthode

protected CleanupIntermediary ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DrawableBase() public méthode

public DrawableBase ( LayerBase layer ) : System
layer PsmFramework.Engines.DrawEngine2d.Layers.LayerBase
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InitializeIntermediary() protected méthode

protected InitializeIntermediary ( ) : void
Résultat void

IsOnScreen() public méthode

public IsOnScreen ( ) : System.Boolean
Résultat System.Boolean

Recalc() protected méthode

protected Recalc ( ) : void
Résultat void

RecalcBounds() protected abstract méthode

protected abstract RecalcBounds ( ) : void
Résultat void

RecalcHelper() protected abstract méthode

protected abstract RecalcHelper ( ) : void
Résultat void

RefreshDebugInfo() public méthode

public RefreshDebugInfo ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

RenderHelper() public abstract méthode

public abstract RenderHelper ( ) : void
Résultat void

SetRecalcRequired() protected méthode

protected SetRecalcRequired ( ) : void
Résultat void