Interface ILaneNoteCollection
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
public interface ILaneNoteCollection
- Extension Methods
Properties
this[byte]
ILaneNote? this[byte laneIndex] { get; }
Parameters
laneIndexbyte
Property Value
OpenExclusivity
If true, trying to combine an open note with other notes will remove the current ones.
bool OpenExclusivity { get; }
Property Value
Methods
AsEnumerable()
IEnumerable<ILaneNote> AsEnumerable()
Returns
Clear()
void Clear()
Contains(byte)
bool Contains(byte index)
Parameters
indexbyte
Returns
GetEnumerator()
IEnumerator<ILaneNote> GetEnumerator()
Returns
Remove(byte)
bool Remove(byte index)
Parameters
indexbyte