Module.deactivate()
Type | function |
Library | wattageTileEngine.Module.* |
Return value | VOID |
Keywords | |
See also |
Overview
This function deactivates the module. This will result in making all of the modules layers invisible within the engine, and all of the physics objects managed by the module will be deactivated.
Syntax
Module.deactivate()
Examples
moduleInstance.deactivate()