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

Public Member Functions

int getValues (Vector2 target, int tweenType, float[] returnValues)
 
void setValues (Vector2 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 Vector2 class.

Author
Ramses Di Perna

Member Function Documentation

◆ getValues()

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

◆ setValues()

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

Member Data Documentation

◆ CHANGE

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

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