C# 클래스 CastleEscape.DrawableMap

A scriptable map that can be drawn to the screen. Author: Dennis Honeyman
상속: ScriptableMap
파일 보기 프로젝트 열기: Daminvar/CastleEscape 1 사용 예제들

공개 메소드들

메소드 설명
DrawBase ( SpriteBatch spriteBatch, int xPos, int yPos ) : void

Renders the base of the map (everything below the player) at the specified coordinates.

DrawTop ( SpriteBatch spriteBatch, int xPos, int yPos ) : void

Renders the top of the map (everything above the player) at the specified coordinates.

DrawableMap ( Microsoft.Xna.Framework.Game game ) : System

비공개 메소드들

메소드 설명
drawLayers ( List layers, SpriteBatch spriteBatch, int xPos, int yPos ) : void

메소드 상세

DrawBase() 공개 메소드

Renders the base of the map (everything below the player) at the specified coordinates.
public DrawBase ( SpriteBatch spriteBatch, int xPos, int yPos ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
xPos int
yPos int
리턴 void

DrawTop() 공개 메소드

Renders the top of the map (everything above the player) at the specified coordinates.
public DrawTop ( SpriteBatch spriteBatch, int xPos, int yPos ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
xPos int
yPos int
리턴 void

DrawableMap() 공개 메소드

public DrawableMap ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
리턴 System