Bandidos
Public Member Functions | Static Public Attributes | List of all members
com.mygdx.game.engine.tweening.FloatAccessor Class Reference
Inheritance diagram for com.mygdx.game.engine.tweening.FloatAccessor:

Public Member Functions

int getValues (TweenableFloat target, int tweenType, float[] returnValues)
 
void setValues (TweenableFloat target, int tweenType, float[] newValues)
 

Static Public Attributes

static final int CHANGE = 0
 

Detailed Description

This Accessor handles / contains all the tweening types for the TweenableFloat.

Author
Ramses Di Perna

Member Function Documentation

◆ getValues()

int com.mygdx.game.engine.tweening.FloatAccessor.getValues ( TweenableFloat  target,
int  tweenType,
float []  returnValues 
)

◆ setValues()

void com.mygdx.game.engine.tweening.FloatAccessor.setValues ( TweenableFloat  target,
int  tweenType,
float []  newValues 
)

Member Data Documentation

◆ CHANGE

final int com.mygdx.game.engine.tweening.FloatAccessor.CHANGE = 0
static

Change type the value of the float


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