babylonjs-gui 7.54.2 → 8.0.0

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/babylon.gui.d.ts CHANGED
@@ -4164,6 +4164,7 @@ declare module BABYLON.GUI {
4164
4164
  * Release all resources
4165
4165
  */
4166
4166
  dispose(): void;
4167
+ private _alreadyRegisteredForRender;
4167
4168
  private _onResize;
4168
4169
  /** @internal */
4169
4170
  _getGlobalViewport(): BABYLON.Viewport;