onComplete

abstract fun onComplete(isFinished: Boolean)

Notifies the action is completed.

Transition may end early if they fail or are interrupted(e.g. by another call to ViewportPlugin.transitionTo or ViewportPlugin.idle).

Parameters

isFinished

true if the transition ran to completion and false if it was canceled or interrupted.