C# Class PsmFramework.Engines.DrawEngine2d.Layers.LayerBase

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

Private Properties

Свойство Type Description
AddDrawable void
CleanupDrawEngine2d void
CleanupDrawables void
CleanupInternal void
CleanupZIndex void
InitializeDrawEngine2d void
InitializeDrawables void
InitializeInternal void
InitializeZIndex void
LayerBase System
RemoveDrawable void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Render ( ) : void

Méthodes protégées

Méthode Description
Cleanup ( ) : void
Initialize ( ) : void

Private Methods

Méthode Description
AddDrawable ( DrawableBase item ) : void
CleanupDrawEngine2d ( ) : void
CleanupDrawables ( ) : void
CleanupInternal ( ) : void
CleanupZIndex ( ) : void
InitializeDrawEngine2d ( DrawEngine2d drawEngine2d ) : void
InitializeDrawables ( ) : void
InitializeInternal ( DrawEngine2d drawEngine2d, Int32 zIndex ) : void
InitializeZIndex ( Int32 zIndex ) : void
LayerBase ( DrawEngine2d drawEngine2d, Int32 zIndex ) : System
RemoveDrawable ( DrawableBase item ) : void

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void