Class DrumsNote
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
Note played by drums
public class DrumsNote : LaneNote<DrumsLane>, INote, ILongObject, IReadOnlyLongObject
- Inheritance
-
DrumsNote
- Implements
- Inherited Members
- Extension Methods
Constructors
DrumsNote()
public DrumsNote()
DrumsNote(DrumsLane)
public DrumsNote(DrumsLane lane)
Parameters
lane
DrumsLane
Properties
IsCymbal
true if the cymbal must be hit instead of the pad on supported drum sets
public bool IsCymbal { get; set; }
Property Value
Remarks
Green5Lane notes cannot be cymbal.
IsKick
Determines if the note is played by kicking
public bool IsKick { get; }