Boostworthy Animation System Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IRenderable
Methods
Package
com.boostworthy.animation.rendering
Interface
public interface IRenderable
Subinterfaces
IAnimation
Implementors
Buffer
The 'IRenderable' interface defines a common interface for all renderable objects.
Public Methods
Method
Defined by
render
():Boolean
Renders the animation.
IRenderable
Method detail
render
()
method
public function render():Boolean
Renders the animation.
Returns
Boolean
— A boolean value that is 'true' if the animation was updated successfully, 'false' if it was not.