IAnimated

Object animation interface.

interface IAnimated {}

Members

Functions

animation
void animation(float k)

Object animation function. Through such a call and a coefficient argument, an animation is produced.

Meta