Modcharts
Setting
setNotePos(note: Int, x: Int, y: Int)
setNoteX(note: Int, x: Int)
setNoteY(note: Int, y: Int)
setNoteAngle(note: Int, angle: Int)
setNoteScale(note: Int, xscale: Int, yscale: Int)
setNoteScaleX(note: Int, xscale: Int)
setNoteScaleY(note: Int, yscale: Int)
setNoteAlpha(note: Int,alpha: Int)
Getting
getNoteX(note: Int)
getNoteY(note: Int)
getNoteAngle(note: Int)
getNoteScaleX(note: Int)
getNoteScaleY(note: Int)
getNoteAlpha(note: Int)
Last updated