Méthode | Description | |
---|---|---|
DrawBase ( |
Renders the base of the map (everything below the player) at the specified coordinates.
|
|
DrawTop ( |
Renders the top of the map (everything above the player) at the specified coordinates.
|
|
DrawableMap ( Microsoft.Xna.Framework.Game game ) : System |
Méthode | Description | |
---|---|---|
drawLayers ( List |
public DrawBase ( |
||
spriteBatch | ||
xPos | int | |
yPos | int | |
Résultat | void |
public DrawTop ( |
||
spriteBatch | ||
xPos | int | |
yPos | int | |
Résultat | void |
public DrawableMap ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
Résultat | System |