DunGen  1.0
Dungeongenerator library for Irrlicht
Public Types | List of all members
DunGen::EDirection Struct Reference

Directions for docking corridors on the cave. Tells the direction from the view of the corridor towards the cave. More...

#include <ArchitectCommon.h>

Public Types

enum  Enum { X_POSITIVE = 0, X_NEGATIVE = 1, Z_POSITIVE = 2, Z_NEGATIVE = 3 }
 

Detailed Description

Directions for docking corridors on the cave. Tells the direction from the view of the corridor towards the cave.

Member Enumeration Documentation

Enumerator
X_POSITIVE 

Positive X direction.

X_NEGATIVE 

Negative X direction.

Z_POSITIVE 

Positive Z direction.

Z_NEGATIVE 

Negative Z direction.