LightingModel.resetDirtyFlags()

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

Overview

This function resets all of the tracking of dirty data in the engine.

NOTE: This should be called after the update function in every frame.

Syntax

LightingModel.resetDirtyFlags()

Examples

lightingModelInstance.resetDirtyFlags()