PMTweenTempoDelegate Protocol Reference
| Conforms to | NSObject |
| Declared in | PMTweenTempo.h |
Overview
PMTweenTempoDelegate defines methods that are called on delegate objects that listen for tempo beats.
Instance Methods
tempoBeatWithTimestamp:
Sends an update beat that should prompt tweening classes to recalculate tween values.
- (void)tempoBeatWithTimestamp:(NSTimeInterval)timestampParameters
- timestamp
A timestamp with the current time, by which tween classes can calculate new tween values.
Declared In
PMTweenTempo.h