flywave-map-controls.camerakeytrackanimationoptions
Home > @flywave/flywave-map-controls > CameraKeyTrackAnimationOptions
CameraKeyTrackAnimationOptions interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The options to create a CameraKeyTrackAnimation
Signature:
export interface CameraKeyTrackAnimationOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(BETA) The [[ControlPoint]]s the animation should pass | |||
THREE.InterpolationModes | (BETA) (Optional) The [[THREE.InterpolationModes]] for the animation. THREE.InterpolateSmooth | ||
THREE.AnimationActionLoopStyles | (BETA) (Optional) See [[THREE.AnimationActionLoopStyles]] THREE.LoopOnce | ||
string | (BETA) (Optional) An optional name for the animation, "" | ||
number | (BETA) (Optional) Defines how often the Animation should be repeated. 1 | ||
boolean | (BETA) (Optional) If |