Sha256: 6a8283ff4d427c929cc923abff72d3424d0f58236ffad1cd09c5db3ce2c0e985
Contents?: true
Size: 1.67 KB
Versions: 4
Compression:
Stored size: 1.67 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709795.938446:@value"H{I" class:ETI"BundledAsset;FI"logical_path;TI"Scene/VerticalOrigin.js;TI" pathname;TI"U/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/VerticalOrigin.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+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"required_assets_digest;TI"%eb0c5fe3afb72790fce5bd55b039c582;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems