Modcharts
Setting
setNotePos(note: Int, x: Int, y: Int)
sets note position
setNoteX(note: Int, x: Int)
sets note X
setNoteY(note: Int, y: Int)
sets note Y
setNoteAngle(note: Int, angle: Int)
sets note angle
setNoteScale(note: Int, xscale: Int, yscale: Int)
sets note scale
setNoteScaleX(note: Int, xscale: Int)
sets note width
setNoteScaleY(note: Int, yscale: Int)
sets note height
setNoteAlpha(note: Int,alpha: Int)
sets note alpha
Getting
getNoteX(note: Int)
gets note X
getNoteY(note: Int)
gets note Y
getNoteAngle(note: Int)
gets note angle
getNoteScaleX(note: Int)
gets note width
getNoteScaleY(note: Int)
gets note height
getNoteAlpha(note: Int)
gets note alpha
Last updated