Last updated

API / geotoolkit3d / scene / animation / AbstractAnimation / AbstractAnimation

Class: AbstractAnimation

animation.AbstractAnimation.AbstractAnimation

Base class for animations

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new AbstractAnimation()

new AbstractAnimation()

Methods

dispose

Abstract dispose(): void

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

Returns

void


getClassName

getClassName(): string

Returns

string


run

Abstract run(): boolean

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

Returns

boolean

true, if animation is ended


getClassName

Static getClassName(): string

Returns

string