Time index object used to search keyframe at the given position.  
 More...
#include <OgreAnimationTrack.h>
Time index object used to search keyframe at the given position. 
◆ TimeIndex() [1/2]
  
  | 
        
          | Ogre::TimeIndex::TimeIndex | ( | Real | timePos | ) |  |  | inline | 
 
Construct time index object by the given time position. 
 
 
◆ TimeIndex() [2/2]
  
  | 
        
          | Ogre::TimeIndex::TimeIndex | ( | Real | timePos, |  
          |  |  | uint | keyIndex ) |  | inline | 
 
Construct time index object by the given time position and global keyframe index. 
- Note
- In normally, you don't need to use this constructor directly, use Animation::_getTimeIndex instead. 
 
 
◆ hasKeyIndex()
  
  | 
        
          | bool Ogre::TimeIndex::hasKeyIndex | ( | void |  | ) | const |  | inline | 
 
 
◆ getTimePos()
  
  | 
        
          | Real Ogre::TimeIndex::getTimePos | ( | void |  | ) | const |  | inline | 
 
 
◆ getKeyIndex()
  
  | 
        
          | uint Ogre::TimeIndex::getKeyIndex | ( | void |  | ) | const |  | inline | 
 
 
The documentation for this class was generated from the following file: