Sha256: 18a59e8c07891f2c0847eafa23d16a07e1cfa6fc105dc66f33af6015856bf40c
Contents?: true
Size: 1.99 KB
Versions: 3
Compression:
Stored size: 1.99 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798606.5060852:@value"�{I" class:ETI"ProcessedAsset;FI"logical_path;TI"Scene/VerticalOrigin.js;TI" pathname;TI"U/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/VerticalOrigin.js;TI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"length;Ti\I"digest;TI"%e16c1cb3bb554c1e04b4ded56de79a19;FI"source;TI"\/*global define*/ define(['Core/Enumeration'], function(Enumeration) { "use strict"; /** * The vertical location of an origin relative to an object, e.g., a {@link Billboard}. * For example, the vertical origin is used to display a billboard above or below (in * screen space) of the actual position. * * @exports VerticalOrigin * * @see Billboard#setVerticalOrigin */ var VerticalOrigin = { /** * The origin is at the vertical center of the object. * * @type {Enumeration} * @constant * @default 0 */ CENTER : new Enumeration(0, 'CENTER'), /** * The origin is at the bottom of the object. * * @type {Enumeration} * @constant * @default 1 */ BOTTOM : new Enumeration(1, 'BOTTOM'), /** * The origin is at the top of the object. * * @type {Enumeration} * @constant * @default -1 */ TOP : new Enumeration(-1, 'TOP') }; return VerticalOrigin; }); ;TI"dependency_digest;TI"%eb0c5fe3afb72790fce5bd55b039c582;FI"required_paths;T[I"U/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/VerticalOrigin.js;TI"dependency_paths;T[{I" path;TI"U/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/VerticalOrigin.js;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"digest;TI"%4e377f0147d5a61dd699dc7c92571a3d;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
3 entries across 3 versions & 1 rubygems