C# 클래스 DreamEdit.DMI.Directions

파일 보기 프로젝트 열기: headswe/hqxdmi

공개 프로퍼티들

프로퍼티 타입 설명
ALL int[]
CENTER int
DOWN int
EAST int
NORTH int
NORTHEAST int
NORTHWEST int
SOUTH int
SOUTHEAST int
SOUTHWEST int
UP int
WEST int

공개 메소드들

메소드 설명
dirToString ( int k ) : string

메소드 상세

dirToString() 공개 정적인 메소드

public static dirToString ( int k ) : string
k int
리턴 string

프로퍼티 상세

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

public static int[] ALL
리턴 int[]

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

public static int CENTER
리턴 int

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

public static int DOWN
리턴 int

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

public static int EAST
리턴 int

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

public static int NORTH
리턴 int

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

public static int NORTHEAST
리턴 int

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

public static int NORTHWEST
리턴 int

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

public static int SOUTH
리턴 int

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

public static int SOUTHEAST
리턴 int

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

public static int SOUTHWEST
리턴 int

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

public static int UP
리턴 int

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

public static int WEST
리턴 int