@shopware-ag/dive
Version:
Shopware Spatial Framework
17 lines (16 loc) • 449 B
JavaScript
var s = Object.defineProperty;
var u = (e, t, i) => t in e ? s(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
var r = (e, t, i) => u(e, typeof t != "symbol" ? t + "" : t, i);
import { EventDispatcher as a, MathUtils as n } from "three/webgpu";
class h extends a {
constructor() {
super(...arguments);
r(this, "_uuid", n.generateUUID());
}
get uuid() {
return this._uuid;
}
}
export {
h as A
};