C# Class Treefrog.Render.Layers.LocalRenderCore

ファイルを表示 Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

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

Method Details

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