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

Public Member Functions

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

Static Public Attributes

static final int POSITION = 0
 
static final int ROTATION = 1
 
static final int SCALE = 2
 

Detailed Description

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

Author
Ramses Di Perna

Member Function Documentation

◆ getValues()

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

◆ setValues()

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

Member Data Documentation

◆ POSITION

final int com.mygdx.game.engine.tweening.TransformAccessor.POSITION = 0
static

◆ ROTATION

final int com.mygdx.game.engine.tweening.TransformAccessor.ROTATION = 1
static

◆ SCALE

final int com.mygdx.game.engine.tweening.TransformAccessor.SCALE = 2
static

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