Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::FrameEvent Struct Reference

Struct containing information about a frame event. More...

#include <OgreFrameListener.h>

List of all members.

Public Attributes

Real timeSinceLastEvent
 Elapsed time in seconds since the last event. More...

Real timeSinceLastFrame
 Elapsed time in seconds since the last event of the same type, i.e. More...


Detailed Description

Struct containing information about a frame event.


Member Data Documentation

Real Ogre::FrameEvent::timeSinceLastEvent
 

Elapsed time in seconds since the last event.

This gives you time between frame start & frame end, and between frame end and next frame start.

Real Ogre::FrameEvent::timeSinceLastFrame
 

Elapsed time in seconds since the last event of the same type, i.e.

time for a complete frame.

Copyright © 2002 by The OGRE Team