Tile.destroy()

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

Overview

This function releases all resources held by the instance. Once this method is called, the instance is no longer of any use and any references to it should be cleared.

Syntax

Tile.destroy()

Examples

tileInstance.destroy()