public class MultiBoundsComponent
extends java.lang.Object
implements com.badlogic.ashley.core.Component, com.badlogic.gdx.utils.Pool.Poolable
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.utils.Array<Bound> |
bounds |
| Constructor and Description |
|---|
MultiBoundsComponent() |
| Modifier and Type | Method and Description |
|---|---|
MultiBoundsComponent |
addBound(Bound bound) |
static MultiBoundsComponent |
create(com.badlogic.ashley.core.Engine engine) |
void |
reset() |
public com.badlogic.gdx.utils.Array<Bound> bounds
public static MultiBoundsComponent create(com.badlogic.ashley.core.Engine engine)
public MultiBoundsComponent addBound(Bound bound)
public void reset()
reset in interface com.badlogic.gdx.utils.Pool.Poolable