C# Class DreamEdit.DMI.Directions

Show file Open project: headswe/hqxdmi

Public Properties

Property Type Description
ALL int[]
CENTER int
DOWN int
EAST int
NORTH int
NORTHEAST int
NORTHWEST int
SOUTH int
SOUTHEAST int
SOUTHWEST int
UP int
WEST int

Public Methods

Method Description
dirToString ( int k ) : string

Method Details

dirToString() public static method

public static dirToString ( int k ) : string
k int
return string

Property Details

ALL public static property

public static int[] ALL
return int[]

CENTER public static property

public static int CENTER
return int

DOWN public static property

public static int DOWN
return int

EAST public static property

public static int EAST
return int

NORTH public static property

public static int NORTH
return int

NORTHEAST public static property

public static int NORTHEAST
return int

NORTHWEST public static property

public static int NORTHWEST
return int

SOUTH public static property

public static int SOUTH
return int

SOUTHEAST public static property

public static int SOUTHEAST
return int

SOUTHWEST public static property

public static int SOUTHWEST
return int

UP public static property

public static int UP
return int

WEST public static property

public static int WEST
return int