Last updated

API / geotoolkit3d / scene / animation / CameraMoveAnimation / CameraMoveAnimation

Class: CameraMoveAnimation

animation.CameraMoveAnimation.CameraMoveAnimation

Deprecated

since 5.0, is meant to be private. Animation for moving camera

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new CameraMoveAnimation(options)

new CameraMoveAnimation(options)

Parameters

Name Type Description
optionsOptionsoptions object

Overrides

AbstractAnimation.constructor

Methods

dispose

dispose(): void

Cleanup and reference release method. To call when the class is no longer used.

Returns

void

Overrides

AbstractAnimation.dispose


getClassName

getClassName(): string

Returns

string

Inherited from

AbstractAnimation.getClassName


run

run(): boolean

Function, that changes scene and returns true if animation was ended

Returns

boolean

true, if animation is ended

Overrides

AbstractAnimation.run


stop

stop(): void

Stop animation

Returns

void


getClassName

Static getClassName(): string

Returns

string

Inherited from

AbstractAnimation.getClassName