IAnimated.animation

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

interface IAnimated
@safe
void
animation
(
float k
)

Parameters

k float

Animation step. Its range is from zero to one.

Meta