FlixelDestroyable
View sourceinterface
org.flixelgdx.functional.FlixelDestroyable
public interface FlixelDestroyable
Interface for Flixel-based objects that can be destroyed.
Methods
destroy()
public void destroy()
Destroys the object and releases all resources.