@babylonjs/node-particle-editor 9.3.1 → 9.3.2
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.
|
@@ -2855,10 +2855,10 @@ export type ModularBridgeOptions = {
|
|
|
2855
2855
|
*/
|
|
2856
2856
|
name?: string;
|
|
2857
2857
|
/**
|
|
2858
|
-
* Whether the bridge should automatically
|
|
2859
|
-
* Defaults to
|
|
2858
|
+
* Whether the bridge should automatically enable trying to connect.
|
|
2859
|
+
* Defaults to true.
|
|
2860
2860
|
*/
|
|
2861
|
-
|
|
2861
|
+
autoEnable?: boolean;
|
|
2862
2862
|
/**
|
|
2863
2863
|
* Additional service definitions to register with the bridge container.
|
|
2864
2864
|
*/
|
|
@@ -3597,9 +3597,9 @@ export type BridgeServiceOptions = {
|
|
|
3597
3597
|
*/
|
|
3598
3598
|
name: string;
|
|
3599
3599
|
/**
|
|
3600
|
-
* Whether to automatically
|
|
3600
|
+
* Whether to automatically enable connecting when the service is created.
|
|
3601
3601
|
*/
|
|
3602
|
-
|
|
3602
|
+
autoEnable: boolean;
|
|
3603
3603
|
};
|
|
3604
3604
|
/**
|
|
3605
3605
|
* Creates the service definition for the CLI Bridge Service.
|