TrackDrawModeEnum Enumeration
Enumeration of available track drawing modes.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public enum TrackDrawModeEnum
Public Enumeration TrackDrawModeEnum
No code example is currently available or this language may not be supported.
None | 0 |
Don't draw tracks or mode undefined.
|
DrawAllTracks | 1 |
Draw all of the tracks. No animation active.
|
DrawWhenVisited | 2 |
Begin with all tracks hiddent and draw the tracks as they become
visited during the animation.
|
HideWhenVisited | 3 |
Begin with all tracks drawn and hide each one when it has become
visited.
|