12345 |
- /*
- All material copyright ESRI, All Rights Reserved, unless otherwise specified.
- See https://js.arcgis.com/4.25/esri/copyright.txt for details.
- */
- import{_ as r}from"../../chunks/tslib.es6.js";import{JSONSupport as o}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 e}from"../../core/accessorSupport/decorators/subclass.js";let t=class extends o{constructor(){super(...arguments),this.scale=1,this.offset=0}};r([s({type:Number,json:{write:!0}})],t.prototype,"scale",void 0),r([s({type:Number,json:{write:!0}})],t.prototype,"offset",void 0),t=r([e("esri.layers.voxel.VoxelRegularSpacing")],t);const p=t;export{p as default};
|