babylonjs-node-geometry-editor 7.22.0 → 7.22.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.
|
@@ -2302,6 +2302,7 @@ declare module BABYLON.NodeGeometryEditor {
|
|
|
2302
2302
|
declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
|
|
2303
2303
|
interface INumericInputProps {
|
|
2304
2304
|
label: string;
|
|
2305
|
+
labelTooltip?: string;
|
|
2305
2306
|
value: number;
|
|
2306
2307
|
step?: number;
|
|
2307
2308
|
onChange: (value: number) => void;
|
|
@@ -3340,6 +3341,7 @@ declare module BABYLON.NodeGeometryEditor {
|
|
|
3340
3341
|
declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
|
|
3341
3342
|
interface INumericInputComponentProps {
|
|
3342
3343
|
label: string;
|
|
3344
|
+
labelTooltip?: string;
|
|
3343
3345
|
value: number;
|
|
3344
3346
|
step?: number;
|
|
3345
3347
|
onChange: (value: number) => void;
|