A timer-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 to immediately start the sequence. |