C# Class Treefrog.Runtime.TileLayer

Inheritance: Layer
Mostra file Open project: jaquadro/Treefrog

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch, Rectangle region ) : void

Private Methods

Method Description
TileLayer ( Microsoft.Xna.Framework.Content.ContentReader reader, TileRegistry registry ) : System

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch, Rectangle region ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
region Microsoft.Xna.Framework.Rectangle
return void