C# 클래스 WorldEditor.Display

파일 보기 프로젝트 열기: rotators/tools

공개 프로퍼티들

프로퍼티 타입 설명
WorldmapScale int
ZoneSize float

공개 메소드들

메소드 설명
GameCoordsToPixel ( int coords ) : int
PixelToGameCoords ( int pixel ) : int
PixelToZoneCoord ( int pixel ) : int
ZoneCoordToPixel ( int coord ) : int
ZoomIn ( float modifier ) : void
ZoomOut ( float modifier ) : void

메소드 상세

GameCoordsToPixel() 공개 정적인 메소드

public static GameCoordsToPixel ( int coords ) : int
coords int
리턴 int

PixelToGameCoords() 공개 정적인 메소드

public static PixelToGameCoords ( int pixel ) : int
pixel int
리턴 int

PixelToZoneCoord() 공개 정적인 메소드

public static PixelToZoneCoord ( int pixel ) : int
pixel int
리턴 int

ZoneCoordToPixel() 공개 정적인 메소드

public static ZoneCoordToPixel ( int coord ) : int
coord int
리턴 int

ZoomIn() 공개 정적인 메소드

public static ZoomIn ( float modifier ) : void
modifier float
리턴 void

ZoomOut() 공개 정적인 메소드

public static ZoomOut ( float modifier ) : void
modifier float
리턴 void

프로퍼티 상세

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

public static int WorldmapScale
리턴 int

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

public static float ZoneSize
리턴 float