gl-draw 0.18.18 → 0.18.19

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/index.d.ts CHANGED
@@ -3086,6 +3086,7 @@ declare class SceneSerializer {
3086
3086
  */
3087
3087
  private _createInstance;
3088
3088
  private _cloneObject3dUserData;
3089
+ private _shouldSkipObjectOptionValue;
3089
3090
  /**
3090
3091
  * 安全地克隆 options,过滤掉不可序列化的 Three.js 对象
3091
3092
  */