Sha256: 3a92d4474be204c3e20cfbe0ea9f3d4d8e7a4981ed11b7940cc655308f55cc6d
Contents?: true
Size: 1.59 KB
Versions: 5
Compression:
Stored size: 1.59 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724137.0687182:@value"�{I" class:EFI"BundledAsset;FI"logical_path;FI"Scene/VerticalOrigin.js;TI" pathname;FI"M/Users/bogumil/www/cesium/app/assets/javascripts/Scene/VerticalOrigin.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;FiI"digest;F"%4ffcba5142a0cfc72ae59d1b34259a93I"source;FI"/*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. * * @constant * @type {Enumeration} */ CENTER : new Enumeration(0, 'CENTER'), /** * The origin is at the bottom of the object. * * @constant * @type {Enumeration} */ BOTTOM : new Enumeration(1, 'BOTTOM'), /** * The origin is at the top of the object. * * @constant * @type {Enumeration} */ TOP : new Enumeration(-1, 'TOP') }; return VerticalOrigin; }); ;FI"required_assets_digest;F"%7e9b232f12d24601090768440ab09bfeI" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems