Packagecom.boostworthy.animation.rendering
Interfacepublic interface IRenderable
SubinterfacesIAnimation
ImplementorsBuffer

The 'IRenderable' interface defines a common interface for all renderable objects.



Public Methods
 MethodDefined 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.