Bandidos
Public Member Functions | List of all members
com.mygdx.game.engine.tweening.IEngineTweenMethod Interface Reference

Public Member Functions

void onMethod (int tweenEventType, EngineTween tween)
 

Detailed Description

This interface is used as a callback trigger in the EngineTween class to call methods on Tween events

Author
Ramses Di Perna

Member Function Documentation

◆ onMethod()

void com.mygdx.game.engine.tweening.IEngineTweenMethod.onMethod ( int  tweenEventType,
EngineTween  tween 
)

The method which will be triggered on the given tween events

Parameters
tweenEventTyperepresents one of the TweenCallback types
tweenis the tween which is part of the trigger

The documentation for this interface was generated from the following file: