@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 833 B
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as e}from"tslib";import{ClonableMixin as t}from"../../core/Clonable.js";import{JSONSupport as o}from"../../core/JSONSupport.js";import{property as r,subclass as s}from"../../core/accessorSupport/decorators.js";import i from"../../views/3d/environment/SunnyWeather.js";import{weatherTypes as n}from"../../views/3d/environment/weather.js";import{lightingTypes as p}from"../lightingTypes.js";import m from"../SunLighting.js";let a=class extends(t(o)){constructor(e){super(e),this.lighting=new m,this.weather=new i}};e([r({types:{...p,defaultKeyValue:"sun"},json:{write:!0}})],a.prototype,"lighting",void 0),e([r({types:n,json:{write:!0}})],a.prototype,"weather",void 0),a=e([s("esri.webscene.support.SlideEnvironment")],a);const l=a;export{l as default};