Sha256: f2d0f7123a9ede6167dae6ca74fb82116d8473f025d8cc8ec1607d0bc2bc8780
Contents?: true
Size: 1.67 KB
Versions: 3
Compression:
Stored size: 1.67 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798606.507533:@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-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"required_assets_digest; TI"%eb0c5fe3afb72790fce5bd55b039c582; FI" _version; TI"%6776f581a4329e299531e1d52aa59832; F
Version data entries
3 entries across 3 versions & 1 rubygems