![]() |
CMGDK r49-rc2
|
#include <EnumObject.H>
公有成员 | |
EnumObject (bool=true) | |
virtual | ~EnumObject () |
virtual void | Update () |
枚举对象是指每个回合都会被调用刷新(Update函数)的对象
hgl::EnumObject::EnumObject | ( | bool | e = true | ) |
virtual hgl::EnumObject::~EnumObject | ( | ) | [inline, virtual] |
void hgl::EnumObject::Update | ( | ) | [virtual] |
对象刷新函数。如果对象没有重载这个函数,即被视为放弃刷新属性,将不会存在于对象控制器的刷新列表里
被hgl::AffectorControl、hgl::AffectorObject、hgl::affect::Fade< T >、hgl::affect::Gravity2D、hgl::affect::Thrust2D、hgl::affect::Timer、hgl::affect::TrackTimer、hgl::affect::VectorTrace2D、hgl::gui::ComboBox、hgl::gui::PageControl、hgl::TheoraMovie、hgl::ConsoleFlowControl、hgl::IAOFlowControl、hgl::ConsoleFlowObject、hgl::ConsoleObjectControl、hgl::FlowControl、hgl::IAOFlowControl、hgl::FlowObject、hgl::MultiFlowControl、hgl::ObjectControl、hgl::Loader、hgl::ShortCut及hgl::Timer重载。