C# Class DreamEdit.DMI.Directions

Afficher le fichier Open project: headswe/hqxdmi

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
dirToString ( int k ) : string

Method Details

dirToString() public static méthode

public static dirToString ( int k ) : string
k int
Résultat string

Property Details

ALL public_oe static_oe property

public static int[] ALL
Résultat int[]

CENTER public_oe static_oe property

public static int CENTER
Résultat int

DOWN public_oe static_oe property

public static int DOWN
Résultat int

EAST public_oe static_oe property

public static int EAST
Résultat int

NORTH public_oe static_oe property

public static int NORTH
Résultat int

NORTHEAST public_oe static_oe property

public static int NORTHEAST
Résultat int

NORTHWEST public_oe static_oe property

public static int NORTHWEST
Résultat int

SOUTH public_oe static_oe property

public static int SOUTH
Résultat int

SOUTHEAST public_oe static_oe property

public static int SOUTHEAST
Résultat int

SOUTHWEST public_oe static_oe property

public static int SOUTHWEST
Résultat int

UP public_oe static_oe property

public static int UP
Résultat int

WEST public_oe static_oe property

public static int WEST
Résultat int