FlixelDrawable
View sourceinterface
org.flixelgdx.functional.FlixelDrawable
public interface FlixelDrawable
Interface for Flixel-based visible objects that can be drawn.
See Also: FlixelBasic
Methods
draw(FlixelBatch)
public void draw(FlixelBatch batch)
Draws the visible object.
Parameters:
| Name | Description |
|---|---|
batch | The batch used for rendering. |