Table of Contents

Class InstrumentComponentList

Namespace
ChartTools.IO.Components
Assembly
ChartTools.dll
public record InstrumentComponentList : IEquatable<InstrumentComponentList>
Inheritance
InstrumentComponentList
Implements
Inherited Members
Extension Methods

Constructors

InstrumentComponentList()

public InstrumentComponentList()

InstrumentComponentList(GHLInstrumentIdentity, DifficultySet)

public InstrumentComponentList(GHLInstrumentIdentity identity, DifficultySet difficulties = DifficultySet.All)

Parameters

identity GHLInstrumentIdentity
difficulties DifficultySet

InstrumentComponentList(InstrumentIdentity, DifficultySet)

public InstrumentComponentList(InstrumentIdentity identity, DifficultySet difficulties = DifficultySet.All)

Parameters

identity InstrumentIdentity
difficulties DifficultySet

InstrumentComponentList(StandardInstrumentIdentity, DifficultySet)

public InstrumentComponentList(StandardInstrumentIdentity identity, DifficultySet difficulties = DifficultySet.All)

Parameters

identity StandardInstrumentIdentity
difficulties DifficultySet

Properties

Bass

public DifficultySet Bass { get; set; }

Property Value

DifficultySet

CoopGuitar

public DifficultySet CoopGuitar { get; set; }

Property Value

DifficultySet

Drums

public DifficultySet Drums { get; set; }

Property Value

DifficultySet

GHLBass

public DifficultySet GHLBass { get; set; }

Property Value

DifficultySet

GHLGuitar

public DifficultySet GHLGuitar { get; set; }

Property Value

DifficultySet

Keys

public DifficultySet Keys { get; set; }

Property Value

DifficultySet

LeadGuitar

public DifficultySet LeadGuitar { get; set; }

Property Value

DifficultySet

RythmGuitar

public DifficultySet RythmGuitar { get; set; }

Property Value

DifficultySet

Methods

Full()

public static InstrumentComponentList Full()

Returns

InstrumentComponentList

Map(GHLInstrumentIdentity)

public ref DifficultySet Map(GHLInstrumentIdentity instrument)

Parameters

instrument GHLInstrumentIdentity

Returns

DifficultySet

Map(InstrumentIdentity)

public ref DifficultySet Map(InstrumentIdentity instrument)

Parameters

instrument InstrumentIdentity

Returns

DifficultySet

Map(StandardInstrumentIdentity)

public ref DifficultySet Map(StandardInstrumentIdentity instrument)

Parameters

instrument StandardInstrumentIdentity

Returns

DifficultySet