public class FadingComponent
extends java.lang.Object
implements com.badlogic.ashley.core.Component, com.badlogic.gdx.utils.Pool.Poolable
| Modifier and Type | Field and Description |
|---|---|
float |
percentPerSecond |
| Constructor and Description |
|---|
FadingComponent() |
| Modifier and Type | Method and Description |
|---|---|
static FadingComponent |
create(com.badlogic.ashley.core.Engine engine) |
void |
reset() |
FadingComponent |
setPercentPerSecond(float pfps) |
public static FadingComponent create(com.badlogic.ashley.core.Engine engine)
public FadingComponent setPercentPerSecond(float pfps)
public void reset()
reset in interface com.badlogic.gdx.utils.Pool.Poolable