Changeset 3845 in orxonox.OLD for orxonox/trunk/src/track_manager.h
- Timestamp:
- Apr 17, 2005, 1:19:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_manager.h
r3841 r3845 15 15 #include "base_object.h" 16 16 17 // Forward Definition 17 18 class PNode; 19 class Text; 20 template<class T> class tAnim; 18 21 template<class T> class tList; 19 22 … … 136 139 float maxTime; //!< The maximal time the track has. 137 140 int trackElemCount; //!< The count of TrackElements that exist. 141 142 // external 138 143 PNode* bindSlave; //!< The node that is slave to the TrackManager. This node will be moved while update the TrackManager, and must NOT move itself. 139 144 PNode* trackNode; //!< The main TrackNode of this Track. 145 Text* trackText; //!< The text to display when switching between Worlds. 146 tAnim<Text>* textAnimation; //!< An Animation for the Text. 140 147 141 148 void initChildren(unsigned int childCount, TrackElement* trackElem = NULL);
Note: See TracChangeset
for help on using the changeset viewer.