SLProject 4.0.000
SLAnimTrack.h File Reference
#include <map>
#include <SLEnums.h>
#include <SLAnimKeyframe.h>
Include dependency graph for SLAnimTrack.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SLAnimTrack
 Abstract base class for SLAnimationTracks providing time and keyframe functions. More...
 
class  SLNodeAnimTrack
 Specialized animation track for node animations. More...
 

Typedefs

typedef std::map< SLuint, SLNodeAnimTrack * > SLMNodeAnimTrack
 

Typedef Documentation

◆ SLMNodeAnimTrack