C# 클래스 Treefrog.Runtime.Tile

파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth ) : void
Draw ( SpriteBatch spriteBatch, Rectangle dest, float opacity, float layerDepth ) : void
Tile ( int id, TileSet tileset, int x, int y ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
dest Microsoft.Xna.Framework.Rectangle
color Color
layerDepth float
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch, Rectangle dest, float opacity, float layerDepth ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
dest Microsoft.Xna.Framework.Rectangle
opacity float
layerDepth float
리턴 void

Tile() 공개 메소드

public Tile ( int id, TileSet tileset, int x, int y ) : System
id int
tileset TileSet
x int
y int
리턴 System