C# Class Treefrog.Render.Layers.GridRenderLayer

Inheritance: RenderLayer
Afficher le fichier Open project: jaquadro/Treefrog

Private Properties

Свойство Type Description
BuildTileBrush void
CalcBrushDimension int
DisposeTextures void
ShouldRebuildTileBrush bool

Méthodes publiques

Méthode Description
GridRenderLayer ( GridLayerPresenter model ) : System

Méthodes protégées

Méthode Description
DisposeManaged ( ) : void
RenderContent ( SpriteBatch spriteBatch ) : void

Private Methods

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

Method Details

DisposeManaged() protected méthode

protected DisposeManaged ( ) : void
Résultat void

GridRenderLayer() public méthode

public GridRenderLayer ( GridLayerPresenter model ) : System
model Treefrog.Presentation.Layers.GridLayerPresenter
Résultat System

RenderContent() protected méthode

protected RenderContent ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void