Sha256: 0145a23dcf30273fc3a4ad28e73bfce833167cbde43246a918b5ca1138f32152
Contents?: true
Size: 1.69 KB
Versions: 1
Compression:
Stored size: 1.69 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843470.0999548:@value"]{I" class:EFI"BundledAsset;FI"logical_path;FI"Scene/HorizontalOrigin.js;TI" pathname;FI"V/Users/bwrona/www/engines/cesium/app/assets/javascripts/Scene/HorizontalOrigin.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-03T11:02:49+02:00;FI"length;Fi}I"digest;F"%154c7c45e84c0bd866f3329bdf63dc06I"source;FI"}/*global define*/ define(['../Core/Enumeration'], function(Enumeration) { "use strict"; /** * The horizontal location of an origin relative to an object, e.g., a {@link Billboard}. * For example, the horizontal origin is used to display a billboard to the left or right (in * screen space) of the actual position. * * @exports HorizontalOrigin * * @see Billboard#setHorizontalOrigin */ var HorizontalOrigin = { /** * The origin is at the horizontal center of the object. * * @type {Enumeration} * @constant * @default 0 */ CENTER : new Enumeration(0, 'CENTER'), /** * The origin is on the left side of the object. * * @type {Enumeration} * @constant * @default 1 */ LEFT : new Enumeration(1, 'LEFT'), /** * The origin is on the right side of the object. * * @type {Enumeration} * @constant * @default -1 */ RIGHT : new Enumeration(-1, 'RIGHT') }; return HorizontalOrigin; }); ;FI"required_assets_digest;F"%03e2a5f0f97957fcf66dfbd23db2e6d7I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/D78/B10/sprockets%2Fa7223b7e794633065abed7b8d88a7edb |