| Package | Description |
|---|---|
| de.bright_side.lgf.logic | |
| de.bright_side.lgf.model |
| Modifier and Type | Method and Description |
|---|---|
void |
LTweenLogic.addTween(LObject object,
LTween tween) |
void |
LTweenLogic.setMoveTween(LTween tween,
LVector startPos,
LVector destPos,
double durationInSeconds) |
void |
LTweenLogic.setRotationTween(LTween tween,
LObject object,
double destRotation,
boolean clockwise,
double durationInSeconds) |
void |
LTweenLogic.setSizeTween(LTween tween,
LObject object,
LVector destSize,
double durationInSeconds) |
void |
LTweenLogic.setTextSizeTween(LTween tween,
LObject object,
double destSize,
double durationInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
List<LTween> |
LObject.getTweens() |
| Modifier and Type | Method and Description |
|---|---|
void |
LObject.setTweens(List<LTween> tweens) |
Copyright © 2019 Philip Heyse. All rights reserved.