Table of Contents

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

laneIndex byte
source ILaneNoteCollection

Properties

LaneIndex

public byte LaneIndex { get; }

Property Value

byte

Source

public ILaneNoteCollection Source { get; }

Property Value

ILaneNoteCollection

Methods

AddOrSet(uint)

public void AddOrSet(uint sustain = 0)

Parameters

sustain uint

Get()

public ILaneNote? Get()

Returns

ILaneNote