public class MdxWorld
extends com.artemis.World
World to allow for interpolating and rendering of Systems| Modifier and Type | Field and Description |
|---|---|
float |
alpha |
| Constructor and Description |
|---|
MdxWorld(com.artemis.WorldConfiguration configuration)
Creates a new world
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAlpha()
Returns the interpolation alpha
|
void |
interpolate()
Invokes interpolate on all
InterpolatingEntitySystems |
void |
render(Graphics g)
Invokes render on all
RenderingEntitySystems |
void |
setAlpha(float alpha)
Sets the interpolation alpha
|
addEntity, changedEntity, createEntity, createEntity, createEntity, createFactory, deleteEntity, deleteEntity, deleteManager, deleteSystem, disable, dispose, enable, getComponentManager, getDelta, getEntity, getEntityManager, getManager, getManagers, getMapper, getSystem, getSystems, initialize, inject, inject, process, setDelta, setInvocationStrategy, setManager, setSystem, setSystempublic MdxWorld(com.artemis.WorldConfiguration configuration)
configuration - The configuration to be appliedpublic void interpolate()
InterpolatingEntitySystemspublic void render(Graphics g)
RenderingEntitySystemsg - The Graphicss instancepublic float getAlpha()
public void setAlpha(float alpha)
alpha -