ClockRange
Constants used by
Clock#tick to determine behavior
when Clock#startTime or Clock#stopTime is reached.
See:
Source:
Core/ClockRange.js, line 14
Members
-
staticconstantClockRange.CLAMPED :Number
-
When
Clock#startTimeorClock#stopTimeis reached,Clock#tickwill not advanceClock#currentTimeany further.Source: Core/ClockRange.js, line 30 -
staticconstantClockRange.LOOP_STOP :Number
-
When
Clock#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 41 -
staticconstantClockRange.UNBOUNDED :Number
-
Clock#tickwill always advances the clock in its current direction.Source: Core/ClockRange.js, line 21
