Sha256: d878cb0995701b58d2f4021c6444d3d8104bc83a8a8781be60fa148d878070dc
Contents?: true
Size: 1.71 KB
Versions: 3
Compression:
Stored size: 1.71 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798605.7572951:@value"j{I" class:ETI"BundledAsset;FI"logical_path;TI"Scene/HorizontalOrigin.js;TI" pathname;TI"W/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/HorizontalOrigin.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"length;TizI"digest;TI"%e734ab27771bc2494699a17675bf309e;FI"source;TI"z/*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; }); ;TI"required_assets_digest;TI"%f8973d5a27057611e5217d53dcb1dd39;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
3 entries across 3 versions & 1 rubygems