Module.activate()

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

Overview

This function activates the module. This will result in making all of the modules layers visible within the engine, and all of the physics objects managed by the module will be activated.

Syntax

Module.activate()

Examples

moduleInstance.activate()