Constants used by 
        
        
Clock#tick to determine behavior
when Clock#startTime or Clock#stopTime is reached.See:
        Source: 
        Core/ClockRange.js, line 18
    
    
Members
- 
    staticconstantClockRange.CLAMPED :Number
- 
    
    WhenClock#startTimeorClock#stopTimeis reached,Clock#tickwill not advanceClock#currentTimeany further.Source: Core/ClockRange.js, line 34
- 
    staticconstantClockRange.LOOP_STOP :Number
- 
    
    WhenClock#stopTimeis reached,Clock#tickwill advanceClock#currentTimeto the opposite end of the interval. When time is moving backwards,Clock#tickwill not advance pastClock#startTimeSource: Core/ClockRange.js, line 45
- 
    staticconstantClockRange.UNBOUNDED :Number
- 
    
    Clock#tickwill always advances the clock in its current direction.Source: Core/ClockRange.js, line 25
