C# 클래스 LKCamelot.model.Map

파일 보기 프로젝트 열기: vans163/LKEmu

공개 프로퍼티들

프로퍼티 타입 설명
FullMaps string>.Dictionary
loadedmaps TiledMap>.Dictionary
mapsizes Point2D>.Dictionary

공개 메소드들

메소드 설명
Init ( ) : void
SpawnPoint ( string map ) : Point2D
SpawnPointFixed ( string map, int xe, int ye, int xe2, int ye2 ) : Point2D

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

SpawnPoint() 공개 정적인 메소드

public static SpawnPoint ( string map ) : Point2D
map string
리턴 Point2D

SpawnPointFixed() 공개 정적인 메소드

public static SpawnPointFixed ( string map, int xe, int ye, int xe2, int ye2 ) : Point2D
map string
xe int
ye int
xe2 int
ye2 int
리턴 Point2D

프로퍼티 상세

FullMaps 공개적으로 정적으로 프로퍼티

public static Dictionary FullMaps
리턴 string>.Dictionary

loadedmaps 공개적으로 정적으로 프로퍼티

public static Dictionary loadedmaps
리턴 TiledMap>.Dictionary

mapsizes 공개적으로 정적으로 프로퍼티

public static Dictionary mapsizes
리턴 Point2D>.Dictionary