-
public interface RiveFileController.Listener
-
-
Method Summary
Modifier and Type Method Description abstract UnitnotifyPlay(PlayableInstance animation)abstract UnitnotifyPause(PlayableInstance animation)abstract UnitnotifyStop(PlayableInstance animation)abstract UnitnotifyLoop(PlayableInstance animation)abstract UnitnotifyStateChanged(String stateMachineName, String stateName)UnitnotifyAdvance(Float elapsed)-
-
Method Detail
-
notifyPlay
abstract Unit notifyPlay(PlayableInstance animation)
-
notifyPause
abstract Unit notifyPause(PlayableInstance animation)
-
notifyStop
abstract Unit notifyStop(PlayableInstance animation)
-
notifyLoop
abstract Unit notifyLoop(PlayableInstance animation)
-
notifyStateChanged
abstract Unit notifyStateChanged(String stateMachineName, String stateName)
-
notifyAdvance
Unit notifyAdvance(Float elapsed)
-
-
-
-