UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.08 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.32/esri/copyright.txt for details. */ import{_ as r}from"../../chunks/tslib.es6.js";import e from"../../core/JSONSupport.js";import{clone as o}from"../../core/lang.js";import{property as t}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.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";var c;let h=c=class extends e{constructor(){super(...arguments),this.lighting=new m,this.weather=new i}clone(){return new c({lighting:o(this.lighting),weather:o(this.weather)})}};r([t({types:p,json:{write:!0}})],h.prototype,"lighting",void 0),r([t({types:n,json:{write:!0}})],h.prototype,"weather",void 0),h=c=r([s("esri.webscene.Environment")],h);export{h as SlideEnvironment};