babylonjs-gui 8.40.0 → 8.41.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
@@ -8297,6 +8297,7 @@ declare module BABYLON.GUI {
8297
8297
  */
8298
8298
  constructor(name: string, frameGraph: BABYLON.FrameGraph, adt?: AdvancedDynamicTexture);
8299
8299
  isReady(): boolean;
8300
+ getClassName(): string;
8300
8301
  record(): void;
8301
8302
  dispose(): void;
8302
8303
  }