advance

fun advance(elapsedTime: Float): Loop?

Deprecated

Use advanceAndGetResult instead.

Replace with

advanceAndGetResult(elapsedTime)

Advance the animation.

Return

The Loop type associated with the current animation if this advance caused a loop, otherwise null.

Parameters

elapsedTime

The time in seconds to advance by.