@dcl/playground-assets 7.15.3-20090667358.commit-8e697e3 → 7.15.3-20442422857.commit-bc61a50

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
@@ -6190,6 +6190,14 @@ export declare namespace PBVirtualCamera {
6190
6190
  export declare interface PBVisibilityComponent {
6191
6191
  /** default=true */
6192
6192
  visible?: boolean | undefined;
6193
+ /**
6194
+ * Propagation follows certain rules:
6195
+ * - Any own visibility component takes priority
6196
+ * - If no own visibility component, visibility is determined by visibility of the nearest parent with propagate = true
6197
+ * - If no own component and no parent with propagate = true, visibility is "visible"
6198
+ * - Visibility is always updated, whenever hierarchy, parent component or own component changes
6199
+ */
6200
+ propagateToChildren?: boolean | undefined;
6193
6201
  }
6194
6202
 
6195
6203
  /**
package/dist/beta.d.ts CHANGED
@@ -6162,6 +6162,14 @@ export declare namespace PBVirtualCamera {
6162
6162
  export declare interface PBVisibilityComponent {
6163
6163
  /** default=true */
6164
6164
  visible?: boolean | undefined;
6165
+ /**
6166
+ * Propagation follows certain rules:
6167
+ * - Any own visibility component takes priority
6168
+ * - If no own visibility component, visibility is determined by visibility of the nearest parent with propagate = true
6169
+ * - If no own component and no parent with propagate = true, visibility is "visible"
6170
+ * - Visibility is always updated, whenever hierarchy, parent component or own component changes
6171
+ */
6172
+ propagateToChildren?: boolean | undefined;
6165
6173
  }
6166
6174
 
6167
6175
  /**
@@ -6162,6 +6162,14 @@ export declare namespace PBVirtualCamera {
6162
6162
  export declare interface PBVisibilityComponent {
6163
6163
  /** default=true */
6164
6164
  visible?: boolean | undefined;
6165
+ /**
6166
+ * Propagation follows certain rules:
6167
+ * - Any own visibility component takes priority
6168
+ * - If no own visibility component, visibility is determined by visibility of the nearest parent with propagate = true
6169
+ * - If no own component and no parent with propagate = true, visibility is "visible"
6170
+ * - Visibility is always updated, whenever hierarchy, parent component or own component changes
6171
+ */
6172
+ propagateToChildren?: boolean | undefined;
6165
6173
  }
6166
6174
 
6167
6175
  /**