hgeGUIObject::Update
Is called each GUI update to allow control animation.
virtual void Update(
float fDeltaTime
);
Parameters
- fDeltaTime
- Amount of time elapsed since last call to the Update method in seconds.
Remarks
hgeGUIObject has default implementation,
so you could not redefine this method if you don't need it.
Requirements
Header: hgegui.h
|