IRenderable

IRenderable

The ‘IRenderable’ interface defines a common interface for all renderable objects.

Summary
IRenderableThe ‘IRenderable’ interface defines a common interface for all renderable objects.
Functions
renderRenders the animation.

Functions

render

function render():Boolean

Renders the animation.

Returns

A boolean value that is ‘true’ if the animation was updated successfully, ‘false’ if it was not. 

The ‘Buffer’ class manages a collection of animations to be rendered at the same time.
The ‘IAnimation’ interface defines a common interface for all animation objects.
function render():Boolean
Renders the animation.
Close