C# 클래스 Nez.Tiled.TiledImageCollectionTileset

상속: TiledTileset
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 메소드들

메소드 설명
TiledImageCollectionTileset ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int firstId ) : System
setTileTextureRegion ( int tileId, Rectangle sourceRect ) : void

메소드 상세

TiledImageCollectionTileset() 공개 메소드

public TiledImageCollectionTileset ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int firstId ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
firstId int
리턴 System

setTileTextureRegion() 공개 메소드

public setTileTextureRegion ( int tileId, Rectangle sourceRect ) : void
tileId int
sourceRect Microsoft.Xna.Framework.Rectangle
리턴 void