Skip to main content

FlixelDrawable

View source

interface

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:

NameDescription
batchThe batch used for rendering.