Constants to determine how much time advances with each call
to 
        
        
Clock#tick.See:
        Source: 
        Core/ClockStep.js, line 18
    
    
Members
- 
    staticconstantClockStep.SYSTEM_CLOCK :Number
- 
    
    Clock#ticksets the clock to the current system time; ignoring all other settings.Source: Core/ClockStep.js, line 44
- 
    staticconstantClockStep.SYSTEM_CLOCK_MULTIPLIER :Number
- 
    
    Clock#tickadvances the current time by the amount of system time elapsed since the previous call multiplied byClock#multiplier.Source: Core/ClockStep.js, line 35
- 
    staticconstantClockStep.TICK_DEPENDENT :Number
- 
    
    Clock#tickadvances the current time by a fixed step, which is the number of seconds specified byClock#multiplier.Source: Core/ClockStep.js, line 26
