View source
class SongSequence
package funkin.util
import funkin.util.TimerUtil
Available on all platforms
A song-based event sequence.
Constructor
new(events:Array<SequenceEvent>, mult:Float = 1, start:Bool = true)
Create a new sequence.
Parameters:
events | A list of |
|---|---|
mult | Optional multiplier for callback times. Useful for frame-based or music-based timing. |
start | Whether or not to immediately start the sequence. |