Definition at line 20 of file enums.hpp.
Public Types | |
enum | EShape { Quad = 0, Line = 1, Circle = 2, Terrain = 3, Composite = 4, Count = 5, Invalid = 5 } |
Public Member Functions | |
Shape (EShape name) | |
Shape (unsigned int value) | |
Shape () | |
operator EShape () const | |
unsigned int | operator++ () |
unsigned int | operator++ (int) |
unsigned int | operator-- () |
unsigned int | operator-- (int) |
const char * | GetString () const |
Public Attributes | |
union { | |
EShape name | |
unsigned int value | |
}; |