C# Class NoteInfo, unity-midi-visualizer

Show file Open project: keijiro/unity-midi-visualizer Class Usage Examples

Public Properties

Property Type Description
elements List
note int

Public Methods

Method Description
NoteInfo ( int note ) : System.Collections

Method Details

NoteInfo() public method

public NoteInfo ( int note ) : System.Collections
note int
return System.Collections

Property Details

elements public property

public List elements
return List

note public property

public int note
return int