Engine.render()

   
Type function
Library wattageTileEngine.Engine.*
Return value VOID
Keywords  
See also  

Overview

This function renders the visible tiles using the supplied camera.

Syntax

Engine.render( camera )
camera (required)

Camera. The camera used to render the tiles. The camera configuration will determine which tiles are currently visible and only those tile will be processed.

Examples

engineInstance.render(cameraInstance)