API / geotoolkit3d / scene / animation / CameraMoveAnimation / CameraMoveAnimation
animation.CameraMoveAnimation.CameraMoveAnimation
Deprecated
since 5.0, is meant to be private. Animation for moving camera
↳
CameraMoveAnimation
Constructors
Constructors
• new CameraMoveAnimation(options)
| Name | Type | Description |
|---|---|---|
options | Options | options object |
AbstractAnimation.constructor
Methods
▸ dispose(): void
Cleanup and reference release method. To call when the class is no longer used.
void
▸ getClassName(): string
string
AbstractAnimation.getClassName
▸ run(): boolean
Function, that changes scene and returns true if animation was ended
boolean
true, if animation is ended
▸ stop(): void
Stop animation
void
▸ Static getClassName(): string
string