#include <CullProperty.h>
Public Types | |
enum | E_CULL_TYPE |
Public Member Functions | |
CullProperty () | |
virtual | ~CullProperty () |
void | setCullType (E_CULL_TYPE eValue) |
E_CULL_TYPE | getCullType () |
const char * | toString () |
The Cull properties.
scene::CullProperty::CullProperty | ( | ) |
Constructor
virtual scene::CullProperty::~CullProperty | ( | ) | [inline, virtual] |
Destructor
void scene::CullProperty::setCullType | ( | E_CULL_TYPE | eValue | ) |
Set the cull property
eValue | The property value |
E_CULL_TYPE scene::CullProperty::getCullType | ( | ) |
Get the cull property
const char* scene::CullProperty::toString | ( | ) | [inline, virtual] |