Class Chord<TNote, TLane, TModifiers>
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
public abstract class Chord<TNote, TLane, TModifiers> : Chord<TNote, TLane>, ITrackObject, IReadOnlyTrackObject where TNote : struct, IDefinedLaneNote<TLane> where TLane : struct, Enum where TModifiers : Enum
Type Parameters
TNoteTLaneTModifiers
- Inheritance
-
Chord<TNote, TLane>Chord<TNote, TLane, TModifiers>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Chord(uint)
public Chord(uint position)
Parameters
positionuint
Properties
Modifiers
public TModifiers Modifiers { get; set; }
Property Value
- TModifiers