LineOfSightModel.setTransitionTime()

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

Overview

This function will set the time transitions take to complete. The value is in milliseconds.

Syntax

LineOfSightModel.setTransitionTime( time )
time (required)

Number. The number of milliseconds for the transition.

Examples

lineOfSightModelInstance.setTransitionTime( 250 )