VoxelOpacityStop.js 910 B

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as o}from"../../chunks/tslib.es6.js";import{ClonableMixin as r}from"../../core/Clonable.js";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as t}from"../../core/accessorSupport/decorators/subclass.js";let p=class extends(r(e)){constructor(){super(...arguments),this.opacity=1,this.position=0}};o([s({type:Number,json:{name:"alpha",write:{enabled:!0,isRequired:!0}}})],p.prototype,"opacity",void 0),o([s({type:Number,json:{write:{enabled:!0,isRequired:!0}}})],p.prototype,"position",void 0),p=o([t("esri.layers.voxel.VoxelOpacityStop")],p);const i=p;export{i as default};