API / geotoolkit3d / scene / animation / Animation / Animation
Simple functional animation
↳
Animation
Constructors
Constructors
• new Animation(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
▸ Static getClassName(): string
string