Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Treefrog
Runtime
TileLayer
C# Class Treefrog.Runtime.TileLayer
Inheritance:
Layer
Exibir arquivo
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