- (void) animateCamera: | (VMECameraUpdate *_Nonnull) | update | |
duration: | (float) | duration | |
callback: | (id< VMEAnimationCallback > _Nullable) | callback | |
Animates the movement of the camera from the current position to the position defined in the update.
update | The update to apply. |
duration | The duration (in seconds) of the camera animation. |
callback | The callback to be notified of any animation events. Can pass nil if indifferent to animation events. |