C# Class Treefrog.Render.Layers.LocalRenderLayer

Inheritance: RenderLayer
Show file Open project: jaquadro/Treefrog

Public Methods

Method Description
LocalRenderLayer ( LocalRenderLayerPresenter model ) : System

Protected Methods

Method Description
RenderContent ( LilyPath.DrawBatch drawBatch ) : void
RenderContent ( SpriteBatch spriteBatch ) : void
RenderCore ( LilyPath.DrawBatch drawBatch ) : void
RenderCore ( SpriteBatch spriteBatch ) : void

Method Details

LocalRenderLayer() public method

public LocalRenderLayer ( LocalRenderLayerPresenter model ) : System
model LocalRenderLayerPresenter
return System

RenderContent() protected method

protected RenderContent ( LilyPath.DrawBatch drawBatch ) : void
drawBatch LilyPath.DrawBatch
return void

RenderContent() protected method

protected RenderContent ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

RenderCore() protected method

protected RenderCore ( LilyPath.DrawBatch drawBatch ) : void
drawBatch LilyPath.DrawBatch
return void

RenderCore() protected method

protected RenderCore ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void