| Package | Description |
|---|---|
| net.mostlyoriginal.api.component.basic | |
| net.mostlyoriginal.api.operation | |
| net.mostlyoriginal.api.system.render |
| Modifier and Type | Method and Description |
|---|---|
void |
Pos.set(Pos pos) |
void |
Pos.tween(Pos a,
Pos b,
float value) |
| Modifier and Type | Method and Description |
|---|---|
static TweenPosOperation |
JamOperationFactory.moveBetween(Pos from,
Pos to,
float duration)
Linear tween for Pos.
|
static TweenPosOperation |
JamOperationFactory.moveBetween(Pos from,
Pos to,
float duration,
com.badlogic.gdx.math.Interpolation interpolation)
Linear tween for Pos.
|
static SetPosOperation |
JamOperationFactory.moveTo(Pos pos)
Instantly move to coords
Pos. |
| Modifier and Type | Field and Description |
|---|---|
protected M<Pos> |
LabelRenderSystem.mPos |
protected com.artemis.ComponentMapper<Pos> |
BasicSpriteRenderSystem.mPos |
protected M<Pos> |
AnimRenderSystem.mPos |
Copyright © 2017. All rights reserved.