Class GHLChord
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
Set of notes played simultaneously by a Guitar Hero Live instrument
public class GHLChord : LaneChord<LaneNote<GHLLane>, GHLLane, GHLChordModifiers>, IChord, ITrackObject, IReadOnlyTrackObject
- Inheritance
-
GHLChord
- Implements
- Inherited Members
- Extension Methods
Constructors
GHLChord()
public GHLChord()
GHLChord(uint)
public GHLChord(uint position)
Parameters
position
uint
GHLChord(uint, params GHLLane[])
public GHLChord(uint position, params GHLLane[] notes)
Parameters
GHLChord(uint, params LaneNote<GHLLane>[])
public GHLChord(uint position, params LaneNote<GHLLane>[] notes)
Parameters
Properties
OpenExclusivity
Defines if open notes can be mixed with other notes for this chord type. true indicated open notes cannot be mixed.
public override bool OpenExclusivity { get; }
Property Value
Methods
GetNotes()
protected override IReadOnlyCollection<LaneNote> GetNotes()