Enum TrackObjectSource
- Namespace
- ChartTools.IO.Configuration
- Assembly
- ChartTools.dll
Difficulty of the Track to serve as a source of for track objects for which the target format requires these objects to be the same across all difficulties.
public enum TrackObjectSource : byte
Fields
Easy = 0Use the objects from the Easy track.
Expert = 3Use the objects from the Expert track.
Hard = 2Use the objects from the Hard track.
Medium = 1Use the objects from the Medium track.
Merge = 4Combine the unique track objects from all the tracks in the instrument.
Remarks
Can be cast from Difficulty.