@galacean/engine-core 1.0.0-beta.16 → 1.0.0-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +1 -0
- package/dist/module.js +1 -0
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
package/dist/miniprogram.js
CHANGED
|
@@ -4768,6 +4768,7 @@ var ComponentCloner = /*#__PURE__*/ function() {
|
|
|
4768
4768
|
cloneEntity._hookResource = hookResource;
|
|
4769
4769
|
hookResource._addReferCount(1);
|
|
4770
4770
|
}
|
|
4771
|
+
cloneEntity.layer = this.layer;
|
|
4771
4772
|
cloneEntity._isActive = this._isActive;
|
|
4772
4773
|
cloneEntity.transform.localMatrix = this.transform.localMatrix;
|
|
4773
4774
|
var children = this._children;
|
package/dist/module.js
CHANGED
|
@@ -4763,6 +4763,7 @@ var ComponentCloner = /*#__PURE__*/ function() {
|
|
|
4763
4763
|
cloneEntity._hookResource = hookResource;
|
|
4764
4764
|
hookResource._addReferCount(1);
|
|
4765
4765
|
}
|
|
4766
|
+
cloneEntity.layer = this.layer;
|
|
4766
4767
|
cloneEntity._isActive = this._isActive;
|
|
4767
4768
|
cloneEntity.transform.localMatrix = this.transform.localMatrix;
|
|
4768
4769
|
var children = this._children;
|