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

Inheritance: IDisposablePlus
Mostrar archivo Open project: artwallace/PsmFramework Class Usage Examples

Private Properties

Property Type Description
AddDrawable void
CleanupDrawEngine2d void
CleanupDrawables void
CleanupInternal void
CleanupZIndex void
InitializeDrawEngine2d void
InitializeDrawables void
InitializeInternal void
InitializeZIndex void
LayerBase System
RemoveDrawable void

Public Methods

Method Description
Dispose ( ) : void
Render ( ) : void

Protected Methods

Method Description
Cleanup ( ) : void
Initialize ( ) : void

Private Methods

Method 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 method

protected Cleanup ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Render() public method

public Render ( ) : void
return void