Ogre::FrameTimeControllerValue Class Reference
Predefined controller value for getting the latest frame time.
More...
#include <OgrePredefinedControllers.h>
Inheritance diagram for Ogre::FrameTimeControllerValue:
[legend]List of all members.
Detailed Description
Predefined controller value for getting the latest frame time.
Definition at line 46 of file OgrePredefinedControllers.h.
Constructor & Destructor Documentation
Ogre::FrameTimeControllerValue::FrameTimeControllerValue |
( |
|
) |
|
|
Member Function Documentation
bool Ogre::FrameTimeControllerValue::frameEnded |
( |
const FrameEvent & |
evt |
) |
[virtual] |
|
|
Called just after a frame has been rendered.
- Returns:
- True to continue with the next frame, false to drop out of the rendering loop.
Reimplemented from Ogre::FrameListener. |
bool Ogre::FrameTimeControllerValue::frameStarted |
( |
const FrameEvent & |
evt |
) |
[virtual] |
|
|
Called when a frame is about to begin rendering.
- Returns:
- True to go ahead, false to abort rendering and drop out of the rendering loop.
Reimplemented from Ogre::FrameListener. |
Real Ogre::FrameTimeControllerValue::getElapsedTime |
( |
void |
|
) |
const |
|
Real Ogre::FrameTimeControllerValue::getFrameDelay |
( |
void |
|
) |
const |
|
Real Ogre::FrameTimeControllerValue::getTimeFactor |
( |
void |
|
) |
const |
|
Real Ogre::FrameTimeControllerValue::getValue |
( |
void |
|
) |
const [virtual] |
|
void Ogre::FrameTimeControllerValue::setElapsedTime |
( |
Real |
elapsedTime |
) |
|
|
void Ogre::FrameTimeControllerValue::setFrameDelay |
( |
Real |
fd |
) |
|
|
void Ogre::FrameTimeControllerValue::setTimeFactor |
( |
Real |
tf |
) |
|
|
void Ogre::FrameTimeControllerValue::setValue |
( |
Real |
value |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun May 6 10:56:57 2007