Struct NoteProxy
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
public readonly struct NoteProxy
- Inherited Members
- Extension Methods
Constructors
NoteProxy(byte, ILaneNoteCollection)
public NoteProxy(byte laneIndex, ILaneNoteCollection source)
Parameters
laneIndexbytesourceILaneNoteCollection
Properties
LaneIndex
public byte LaneIndex { get; }
Property Value
Source
public ILaneNoteCollection Source { get; }
Property Value
Methods
AddOrSet(uint)
public void AddOrSet(uint sustain = 0)
Parameters
sustainuint
Get()
public ILaneNote? Get()