Skip to main content

FlixelUpdatable

View source

interface

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:

NameDescription
elapsedThe elapsed time since the last frame update.