@dcl/playground-assets 7.24.5-29334646366.commit-955c00d → 7.24.5-29428555187.commit-fb197d3
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
|
@@ -8039,11 +8039,6 @@ export declare interface ReactBasedUiSystem {
|
|
|
8039
8039
|
destroy(): void;
|
|
8040
8040
|
/**
|
|
8041
8041
|
* Set the main UI renderer. Optional virtual size defines the global UI scale factor.
|
|
8042
|
-
*
|
|
8043
|
-
* When no virtual size is provided, a platform default is used: 1600x720 on
|
|
8044
|
-
* mobile, 1920x1080 otherwise. Providing an invalid size (values \<= 0)
|
|
8045
|
-
* disables the virtual screen (no UI scaling). On mobile, a provided 16:9
|
|
8046
|
-
* virtual size is overridden to 1600x720 to fit phone screens.
|
|
8047
8042
|
*/
|
|
8048
8043
|
setUiRenderer(ui: UiComponent, options?: UiRendererOptions): void;
|
|
8049
8044
|
/**
|
|
@@ -8058,8 +8053,7 @@ export declare interface ReactBasedUiSystem {
|
|
|
8058
8053
|
* @param entity - The entity to associate with this UI renderer. When the entity is removed,
|
|
8059
8054
|
* the UI renderer is automatically cleaned up.
|
|
8060
8055
|
* @param ui - The UI component to render
|
|
8061
|
-
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8062
|
-
* Defaults and the mobile 16:9 override behave as in {@link ReactBasedUiSystem.setUiRenderer}.
|
|
8056
|
+
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8063
8057
|
*/
|
|
8064
8058
|
addUiRenderer(entity: Entity, ui: UiComponent, options?: UiRendererOptions): void;
|
|
8065
8059
|
/**
|
package/dist/beta.d.ts
CHANGED
|
@@ -8011,11 +8011,6 @@ export declare interface ReactBasedUiSystem {
|
|
|
8011
8011
|
destroy(): void;
|
|
8012
8012
|
/**
|
|
8013
8013
|
* Set the main UI renderer. Optional virtual size defines the global UI scale factor.
|
|
8014
|
-
*
|
|
8015
|
-
* When no virtual size is provided, a platform default is used: 1600x720 on
|
|
8016
|
-
* mobile, 1920x1080 otherwise. Providing an invalid size (values \<= 0)
|
|
8017
|
-
* disables the virtual screen (no UI scaling). On mobile, a provided 16:9
|
|
8018
|
-
* virtual size is overridden to 1600x720 to fit phone screens.
|
|
8019
8014
|
*/
|
|
8020
8015
|
setUiRenderer(ui: UiComponent, options?: UiRendererOptions): void;
|
|
8021
8016
|
/**
|
|
@@ -8030,8 +8025,7 @@ export declare interface ReactBasedUiSystem {
|
|
|
8030
8025
|
* @param entity - The entity to associate with this UI renderer. When the entity is removed,
|
|
8031
8026
|
* the UI renderer is automatically cleaned up.
|
|
8032
8027
|
* @param ui - The UI component to render
|
|
8033
|
-
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8034
|
-
* Defaults and the mobile 16:9 override behave as in {@link ReactBasedUiSystem.setUiRenderer}.
|
|
8028
|
+
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8035
8029
|
*/
|
|
8036
8030
|
addUiRenderer(entity: Entity, ui: UiComponent, options?: UiRendererOptions): void;
|
|
8037
8031
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -8011,11 +8011,6 @@ export declare interface ReactBasedUiSystem {
|
|
|
8011
8011
|
destroy(): void;
|
|
8012
8012
|
/**
|
|
8013
8013
|
* Set the main UI renderer. Optional virtual size defines the global UI scale factor.
|
|
8014
|
-
*
|
|
8015
|
-
* When no virtual size is provided, a platform default is used: 1600x720 on
|
|
8016
|
-
* mobile, 1920x1080 otherwise. Providing an invalid size (values \<= 0)
|
|
8017
|
-
* disables the virtual screen (no UI scaling). On mobile, a provided 16:9
|
|
8018
|
-
* virtual size is overridden to 1600x720 to fit phone screens.
|
|
8019
8014
|
*/
|
|
8020
8015
|
setUiRenderer(ui: UiComponent, options?: UiRendererOptions): void;
|
|
8021
8016
|
/**
|
|
@@ -8030,8 +8025,7 @@ export declare interface ReactBasedUiSystem {
|
|
|
8030
8025
|
* @param entity - The entity to associate with this UI renderer. When the entity is removed,
|
|
8031
8026
|
* the UI renderer is automatically cleaned up.
|
|
8032
8027
|
* @param ui - The UI component to render
|
|
8033
|
-
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8034
|
-
* Defaults and the mobile 16:9 override behave as in {@link ReactBasedUiSystem.setUiRenderer}.
|
|
8028
|
+
* @param options - Optional virtual size used for UI scale factor when main UI has none
|
|
8035
8029
|
*/
|
|
8036
8030
|
addUiRenderer(entity: Entity, ui: UiComponent, options?: UiRendererOptions): void;
|
|
8037
8031
|
/**
|