C# 클래스 Aiv.Fast2D.Example.Tilemap

파일 보기 프로젝트 열기: aiv01/aiv-fast2d 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
Tilemap ( string csvFile, string textureName ) : System

비공개 메소드들

메소드 설명
GetTile ( int x, int y ) : int
GetTileXY ( int index ) : System.Vector2

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Tilemap() 공개 메소드

public Tilemap ( string csvFile, string textureName ) : System
csvFile string
textureName string
리턴 System