C# 클래스 CEngineSharp_Editor.World.Map

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

공개 메소드들

메소드 설명
Draw ( RenderWindow window, int left, int top, int width, int height ) : void
GetTile ( int x, int y ) : Tile
LoadMap ( string filePath, List tileSetTextures ) : Map
Map ( ) : System
ResizeMap ( int newWidth, int newHeight ) : void
Save ( string filePath, List tileSetSprites ) : void
SetTile ( int x, int y, Tile tile ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( RenderWindow window, int left, int top, int width, int height ) : void
window SFML.Graphics.RenderWindow
left int
top int
width int
height int
리턴 void

GetTile() 공개 메소드

public GetTile ( int x, int y ) : Tile
x int
y int
리턴 Tile

LoadMap() 공개 정적인 메소드

public static LoadMap ( string filePath, List tileSetTextures ) : Map
filePath string
tileSetTextures List
리턴 Map

Map() 공개 메소드

public Map ( ) : System
리턴 System

ResizeMap() 공개 메소드

public ResizeMap ( int newWidth, int newHeight ) : void
newWidth int
newHeight int
리턴 void

Save() 공개 메소드

public Save ( string filePath, List tileSetSprites ) : void
filePath string
tileSetSprites List
리턴 void

SetTile() 공개 메소드

public SetTile ( int x, int y, Tile tile ) : void
x int
y int
tile Tile
리턴 void