FlixelUpdatable
View sourceinterface
org.flixelgdx.functional.FlixelUpdatable
public interface FlixelUpdatable
Interface for Flixel-based objects that can be updated.
See Also: FlixelBasic
Methods
update(float)
public void update(float elapsed)
Updates the object for the given elapsed time.
Parameters:
| Name | Description |
|---|---|
elapsed | The elapsed time since the last frame update. |