LightingModel.removeLight()

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

Overview

This function removes the light for the specified ID.

Syntax

LightingModel.removeLight( lightId )
lightId (required)

Number. The ID of the light to remove.

Examples

lightingModelInstance.removeLight(42)