setAnimationsTimePosition

open fun setAnimationsTimePosition(timePosition: Float)

Sets the current position of (seeks) the animation to the specified time position in seconds. This time should be

This method will apply rotation, translation, and scale to the Renderable that have been targeted. Uses TransformManager

Parameters

timePosition

Elapsed time of interest in seconds. Between 0 and the max value of getDuration.

See also