C# Class Treefrog.Render.Layers.LocalRenderLayerPresenter

Inheritance: RenderLayerPresenter
Exibir arquivo Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
LocalRenderLayerPresenter ( LocalRenderCore renderCore ) : System
RenderContent ( RenderLayer context, LilyPath.DrawBatch drawBatch ) : void
RenderContent ( RenderLayer context, SpriteBatch spriteBatch ) : void
RenderCore ( RenderLayer context, LilyPath.DrawBatch drawBatch ) : void
RenderCore ( RenderLayer context, SpriteBatch spriteBatch ) : void

Private Methods

Method Description
IsOverride ( MethodInfo info ) : bool

Method Details

LocalRenderLayerPresenter() public method

public LocalRenderLayerPresenter ( LocalRenderCore renderCore ) : System
renderCore LocalRenderCore
return System

RenderContent() public method

public RenderContent ( RenderLayer context, LilyPath.DrawBatch drawBatch ) : void
context RenderLayer
drawBatch LilyPath.DrawBatch
return void

RenderContent() public method

public RenderContent ( RenderLayer context, SpriteBatch spriteBatch ) : void
context RenderLayer
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

RenderCore() public method

public RenderCore ( RenderLayer context, LilyPath.DrawBatch drawBatch ) : void
context RenderLayer
drawBatch LilyPath.DrawBatch
return void

RenderCore() public method

public RenderCore ( RenderLayer context, SpriteBatch spriteBatch ) : void
context RenderLayer
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void