@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 CHANGED
@@ -4767,6 +4767,7 @@ var ComponentCloner = /*#__PURE__*/ function() {
4767
4767
  cloneEntity._hookResource = hookResource;
4768
4768
  hookResource._addReferCount(1);
4769
4769
  }
4770
+ cloneEntity.layer = this.layer;
4770
4771
  cloneEntity._isActive = this._isActive;
4771
4772
  cloneEntity.transform.localMatrix = this.transform.localMatrix;
4772
4773
  var children = this._children;