Public Attributes | List of all members
Ogre::FrameEvent Struct Reference

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

#include <OgreFrameListener.h>

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.

Definition at line 44 of file OgreFrameListener.h.

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.

Remarks
This may not be the elapsed time but the average elapsed time between recently fired events.

Definition at line 53 of file OgreFrameListener.h.

Real Ogre::FrameEvent::timeSinceLastFrame

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

time for a complete frame.

Remarks
This may not be the elapsed time but the average elapsed time between recently fired events of the same type.

Definition at line 60 of file OgreFrameListener.h.


The documentation for this struct was generated from the following file:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sat Sep 20 2014 20:06:40