Sha256: 71ea0e0ecd0e1e996cab4b04dcf0680160265ecc44f3b1d4de8672fc9ceb589a
Contents?: true
Size: 1.86 KB
Versions: 4
Compression:
Stored size: 1.86 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709790.1619031:@value"{I" class:ETI"BundledAsset;FI"logical_path;TI"Core/ClockStep.js;TI" pathname;TI"O/Users/bogumil/www/engines/cesium/app/assets/javascripts/Core/ClockStep.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti(I"digest;TI"%b54eadd93a7b0a5a683cba590848824c;FI"source;TI"(/*global define*/ define(['Core/Enumeration'], function( Enumeration) { "use strict"; /** * Constants to determine how much time advances with each call * to {@link Clock#tick}. * * @exports ClockStep * * @see Clock * @see ClockRange */ var ClockStep = { /** * {@link Clock#tick} advances the current time by a fixed step, * which is the number of seconds specified by {@link Clock#multiplier}. * * @type {Enumeration} * @constant * @default 0 */ TICK_DEPENDENT : new Enumeration(0, 'TICK_DEPENDENT'), /** * {@link Clock#tick} advances the current time by the amount of system * time elapsed since the previous call multiplied by {@link Clock#multiplier}. * * @type {Enumeration} * @constant * @default 1 */ SYSTEM_CLOCK_MULTIPLIER : new Enumeration(1, 'SYSTEM_CLOCK_MULTIPLIER'), /** * {@link Clock#tick} sets the clock to the current system time; * ignoring all other settings. * * @type {Enumeration} * @constant * @default 2 */ SYSTEM_CLOCK : new Enumeration(2, 'SYSTEM_CLOCK') }; return ClockStep; }); ;TI"required_assets_digest;TI"%ad5436bbae2be3cb0e43ed6ed7edacd1;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems