TrackDrawModeEnum Enumeration

Enumeration of available track drawing modes.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public enum TrackDrawModeEnum

Members

None0 Don't draw tracks or mode undefined.
DrawAllTracks1 Draw all of the tracks. No animation active.
DrawWhenVisited2 Begin with all tracks hiddent and draw the tracks as they become visited during the animation.
HideWhenVisited3 Begin with all tracks drawn and hide each one when it has become visited.

See Also