C# Class Treefrog.Render.Layers.GridRenderLayer

Inheritance: RenderLayer
ファイルを表示 Open project: jaquadro/Treefrog

Private Properties

Property Type Description
BuildTileBrush void
CalcBrushDimension int
DisposeTextures void
ShouldRebuildTileBrush bool

Public Methods

Method Description
GridRenderLayer ( GridLayerPresenter model ) : System

Protected Methods

Method Description
DisposeManaged ( ) : void
RenderContent ( SpriteBatch spriteBatch ) : void

Private Methods

Method Description
BuildTileBrush ( GraphicsDevice device ) : void
CalcBrushDimension ( int tileDim, int maxDim, double zoomFactor ) : int
DisposeTextures ( ) : void
ShouldRebuildTileBrush ( ) : bool

Method Details

DisposeManaged() protected method

protected DisposeManaged ( ) : void
return void

GridRenderLayer() public method

public GridRenderLayer ( GridLayerPresenter model ) : System
model Treefrog.Presentation.Layers.GridLayerPresenter
return System

RenderContent() protected method

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