Changes between Version 6 and Version 7 of UTGBCore/CreateYourOwnTrack
- Timestamp:
- 10/12/07 22:04:18 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/CreateYourOwnTrack
v6 v7 205 205 * Put all initialization codes of your track into setUp(...) method 206 206 207 * To save your track state into view XML file, override saveProperties() method. 208 * To load saved properties into your track from the user-specified XML file, override restoreProperties() method. 209 207 210 * Edit the TrackFactorySetup class as as to this class can instantiate your Track class. 208 211 * In Eclipse, run TrackLoaderGenerator (launch file is located at eclipse/TrackLoaderGenerator.launch) does this task.