public class Inbetween
extends com.artemis.Component
| Modifier and Type | Field and Description |
|---|---|
EntityReference |
a |
float |
ax
Offset between A and B.
|
float |
ay
Offset between A and B.
|
EntityReference |
b |
float |
bx |
float |
by |
float |
maxDistance
Maximum pixel distance from point A.
|
float |
tween
Location in between point A and B 0.0 at a, 1.0 at b location
|
| Constructor and Description |
|---|
Inbetween(EntityReference a,
EntityReference b) |
Inbetween(EntityReference a,
EntityReference b,
float tween) |
public EntityReference a
public EntityReference b
public float tween
public float ax
public float ay
public float bx
public float by
public float maxDistance
public Inbetween(EntityReference a, EntityReference b)
public Inbetween(EntityReference a, EntityReference b, float tween)
Copyright © 2014. All Rights Reserved.