@dcl/playground-assets 7.26.1-32862325783.commit-08de733 → 7.26.1-32969506852.commit-b7a44a2

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/alpha.d.ts CHANGED
@@ -5209,6 +5209,8 @@ export declare interface PBEngineInfo {
5209
5209
  totalRuntime: number;
5210
5210
  /** tick counter of the scene as per ADR-148 */
5211
5211
  tickNumber: number;
5212
+ /** visibility state of the scene regarding Explorer fullscreen UI */
5213
+ sceneHidden: boolean;
5212
5214
  }
5213
5215
 
5214
5216
  /**
package/dist/beta.d.ts CHANGED
@@ -5181,6 +5181,8 @@ export declare interface PBEngineInfo {
5181
5181
  totalRuntime: number;
5182
5182
  /** tick counter of the scene as per ADR-148 */
5183
5183
  tickNumber: number;
5184
+ /** visibility state of the scene regarding Explorer fullscreen UI */
5185
+ sceneHidden: boolean;
5184
5186
  }
5185
5187
 
5186
5188
  /**
@@ -5181,6 +5181,8 @@ export declare interface PBEngineInfo {
5181
5181
  totalRuntime: number;
5182
5182
  /** tick counter of the scene as per ADR-148 */
5183
5183
  tickNumber: number;
5184
+ /** visibility state of the scene regarding Explorer fullscreen UI */
5185
+ sceneHidden: boolean;
5184
5186
  }
5185
5187
 
5186
5188
  /**