Sha256: 1335f7908b49861126bba6315090c03ffaeaededf6893247e346ceead31dee78
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843471.624585:@value"T{I" class:EFI"BundledAsset; FI"logical_path; FI"Scene/TileDiscardPolicy.js; TI" pathname; FI"W/Users/bwrona/www/engines/cesium/app/assets/javascripts/Scene/TileDiscardPolicy.js; TI"content_type; FI"application/javascript; FI" mtime; FI"2013-07-03T11:02:49+02:00; FI"length; FirI"digest; F"%225f27eadcba9c3c21762bf509363ba9I"source; FI"r/*global define*/ define([ '../Core/DeveloperError' ], function( DeveloperError) { "use strict"; /** * A policy for discarding tile images according to some criteria. This type describes an * interface and is not intended to be instantiated directly. * * @alias TileDiscardPolicy * @constructor * * @see DiscardMissingTileImagePolicy * @see NeverTileDiscardPolicy */ var TileDiscardPolicy = function(description) { throw new DeveloperError('This type should not be instantiated directly.'); }; /** * Determines if the discard policy is ready to process images. * @returns {Boolean} True if the discard policy is ready to process images; otherwise, false. */ TileDiscardPolicy.prototype.isReady = function() { throw new DeveloperError('This type should not be instantiated directly.'); }; /** * Given a tile image, decide whether to discard that image. * * @param {Image|Promise} image An image, or a promise that will resolve to an image. * * @returns {Boolean} A promise that will resolve to true if the tile should be discarded. */ TileDiscardPolicy.prototype.shouldDiscardImage = function(image) { throw new DeveloperError('This type should not be instantiated directly.'); }; return TileDiscardPolicy; }); ; FI"required_assets_digest; F"%53caea47dd8f5336bda52ca4bf020ed3I" _version; F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/C63/770/sprockets%2F5117146dd710f6c2799e02887446ef76 |