@babylonjs/core 5.5.0 → 5.5.5

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.
@@ -431,8 +431,8 @@ export declare class AbstractMesh extends TransformNode implements IDisposable,
431
431
  _edgesRenderer: Nullable<IEdgesRenderer>;
432
432
  /** @hidden */
433
433
  _masterMesh: Nullable<AbstractMesh>;
434
- private _boundingInfo;
435
- private _boundingInfoIsDirty;
434
+ protected _boundingInfo: Nullable<BoundingInfo>;
435
+ protected _boundingInfoIsDirty: boolean;
436
436
  /** @hidden */
437
437
  _renderId: number;
438
438
  /**