C# Class NoteEditor.Presenter.RangeSelectionPresenter

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: setchi/NoteEditor

Public Methods

Method Description
GetSelectedNextLongNote ( NotePosition current, NotePosition>.Func accessor ) : NotePosition

Private Methods

Method Description
Awake ( ) : void
CopyNotes ( IEnumerable notes ) : void
DeleteNotes ( IEnumerable notes ) : void
Deselect ( ) : void
GetNotesWithin ( Rect rect ) : NoteObject>.Dictionary
ToLines ( Rect rect, Color color ) : Line[]

Method Details

GetSelectedNextLongNote() public method

public GetSelectedNextLongNote ( NotePosition current, NotePosition>.Func accessor ) : NotePosition
current NoteEditor.Notes.NotePosition
accessor NotePosition>.Func
return NoteEditor.Notes.NotePosition