public interface ICameraAnimator
extends com.scichart.core.framework.IAttachable
ICameraController
Modifier and Type | Method and Description |
---|---|
void |
animate(Vector3 position,
Vector3 target,
long duration)
Animates camera to specified
position and target position with specified duration |
void |
cancelAnimation()
Cancels running animation
|
boolean |
isAnimating()
Gets the value indicating whether the animation is running
|
void animate(Vector3 position, Vector3 target, long duration)
position
and target
position with specified durationposition
- The final position of cameratarget
- The final target of cameraduration
- The animation durationvoid cancelAnimation()
boolean isAnimating()