@babylonjs/inspector 6.46.1 → 6.48.0
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.
@@ -28,10 +28,10 @@ export class ActionTabsComponent extends React.Component<IActionTabsComponentPro
|
|
28
28
|
componentDidMount(): void;
|
29
29
|
componentWillUnmount(): void;
|
30
30
|
changeSelectedTab(index: number): void;
|
31
|
-
|
31
|
+
|
32
32
|
onClose(): void;
|
33
33
|
onPopup(): void;
|
34
|
-
|
34
|
+
|
35
35
|
}
|
36
36
|
export {};
|
37
37
|
|
@@ -52,7 +52,7 @@ interface IMeshPickerComponentProps {
|
|
52
52
|
}
|
53
53
|
export class MeshPickerComponent extends React.Component<IMeshPickerComponentProps> {
|
54
54
|
constructor(props: IMeshPickerComponentProps);
|
55
|
-
|
55
|
+
|
56
56
|
}
|
57
57
|
export {};
|
58
58
|
|
@@ -95,7 +95,7 @@ export class QuaternionLineComponent extends React.Component<IQuaternionLineComp
|
|
95
95
|
updateStateEulerX(value: number): void;
|
96
96
|
updateStateEulerY(value: number): void;
|
97
97
|
updateStateEulerZ(value: number): void;
|
98
|
-
|
98
|
+
|
99
99
|
}
|
100
100
|
export {};
|
101
101
|
|
@@ -126,7 +126,7 @@ export class TextureLineComponent extends React.Component<ITextureLineComponentP
|
|
126
126
|
componentDidMount(): void;
|
127
127
|
componentDidUpdate(): void;
|
128
128
|
updatePreview(): Promise<void>;
|
129
|
-
|
129
|
+
|
130
130
|
}
|
131
131
|
export {};
|
132
132
|
|
@@ -165,7 +165,7 @@ export class TextureLinkLineComponent extends React.Component<ITextureLinkLineCo
|
|
165
165
|
onLink(): void;
|
166
166
|
updateTexture(file: File): void;
|
167
167
|
removeTexture(): void;
|
168
|
-
|
168
|
+
|
169
169
|
}
|
170
170
|
|
171
171
|
}
|
@@ -194,7 +194,6 @@ export class PaneComponent extends React.Component<IPaneComponentProps, {
|
|
194
194
|
|
195
195
|
}
|
196
196
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/debugTabComponent" {
|
197
|
-
/// <reference types="react" />
|
198
197
|
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
199
198
|
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
200
199
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
@@ -204,7 +203,7 @@ export class DebugTabComponent extends PaneComponent {
|
|
204
203
|
private _physicsViewersEnabled;
|
205
204
|
constructor(props: IPaneComponentProps);
|
206
205
|
switchPhysicsViewers(): void;
|
207
|
-
|
206
|
+
|
208
207
|
}
|
209
208
|
|
210
209
|
}
|
@@ -220,7 +219,7 @@ export class GradientPropertyTabComponent extends React.Component<IPropertyCompo
|
|
220
219
|
copyStep(step: GradientBlockColorStep): void;
|
221
220
|
addNewStep(): void;
|
222
221
|
checkForReOrder(): void;
|
223
|
-
|
222
|
+
|
224
223
|
}
|
225
224
|
|
226
225
|
}
|
@@ -246,7 +245,7 @@ export class GradientStepComponent extends React.Component<IGradientStepComponen
|
|
246
245
|
updateColor(color: string): void;
|
247
246
|
updateStep(gradient: number): void;
|
248
247
|
onPointerUp(): void;
|
249
|
-
|
248
|
+
|
250
249
|
}
|
251
250
|
export {};
|
252
251
|
|
@@ -298,7 +297,6 @@ export {};
|
|
298
297
|
|
299
298
|
}
|
300
299
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/performanceViewer/performanceViewerSidebarComponent" {
|
301
|
-
/// <reference types="react" />
|
302
300
|
import { PerformanceViewerCollector } from "@babylonjs/core/Misc/PerformanceViewer/performanceViewerCollector";
|
303
301
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
304
302
|
import { IVisibleRangeChangedObservableProps } from "@babylonjs/inspector/components/graph/graphSupportingTypes";
|
@@ -306,7 +304,7 @@ interface IPerformanceViewerSidebarComponentProps {
|
|
306
304
|
collector: PerformanceViewerCollector;
|
307
305
|
onVisibleRangeChangedObservable?: Observable<IVisibleRangeChangedObservableProps>;
|
308
306
|
}
|
309
|
-
|
307
|
+
|
310
308
|
export {};
|
311
309
|
|
312
310
|
}
|
@@ -352,7 +350,7 @@ export class AnimationGroupGridComponent extends React.Component<IAnimationGroup
|
|
352
350
|
componentWillUnmount(): void;
|
353
351
|
playOrPause(): void;
|
354
352
|
onCurrentFrameChange(value: number): void;
|
355
|
-
|
353
|
+
|
356
354
|
}
|
357
355
|
export {};
|
358
356
|
|
@@ -390,7 +388,7 @@ export class AnimationGridComponent extends React.Component<IAnimationGridCompon
|
|
390
388
|
onCurrentFrameChange(value: number): void;
|
391
389
|
onChangeFromOrTo(): void;
|
392
390
|
componentDidUpdate(prevProps: IAnimationGridComponentProps): void;
|
393
|
-
|
391
|
+
|
394
392
|
}
|
395
393
|
export {};
|
396
394
|
|
@@ -412,7 +410,7 @@ export class AnimationCurveEditorComponent extends React.Component<IAnimationCur
|
|
412
410
|
onCloseAnimationCurveEditor(window: Window | null): void;
|
413
411
|
shouldComponentUpdate(newProps: IAnimationCurveEditorComponentProps, newState: IAnimationCurveEditorComponentState): boolean;
|
414
412
|
private _onKeyDown;
|
415
|
-
|
413
|
+
|
416
414
|
}
|
417
415
|
export {};
|
418
416
|
|
@@ -437,7 +435,7 @@ export class BottomBarComponent extends React.Component<IBottomBarComponentProps
|
|
437
435
|
constructor(props: IBottomBarComponentProps);
|
438
436
|
private _changeClipLength;
|
439
437
|
componentWillUnmount(): void;
|
440
|
-
|
438
|
+
|
441
439
|
}
|
442
440
|
export {};
|
443
441
|
|
@@ -466,7 +464,7 @@ export class MediaPlayerComponent extends React.Component<IMediaPlayerComponentP
|
|
466
464
|
private _onNextKey;
|
467
465
|
private _onEndKey;
|
468
466
|
private _onStop;
|
469
|
-
|
467
|
+
|
470
468
|
}
|
471
469
|
export {};
|
472
470
|
|
@@ -499,7 +497,7 @@ export class RangeSelectorComponent extends React.Component<IRangeSelectorCompon
|
|
499
497
|
private _onPointerMove;
|
500
498
|
private _updateLimits;
|
501
499
|
private _onPointerUp;
|
502
|
-
|
500
|
+
|
503
501
|
}
|
504
502
|
export {};
|
505
503
|
|
@@ -636,7 +634,7 @@ interface IActionButtonComponentState {
|
|
636
634
|
}
|
637
635
|
export class ActionButtonComponent extends React.Component<IActionButtonComponentProps, IActionButtonComponentState> {
|
638
636
|
constructor(props: IActionButtonComponentProps);
|
639
|
-
|
637
|
+
|
640
638
|
}
|
641
639
|
export {};
|
642
640
|
|
@@ -659,7 +657,7 @@ interface IControlButtonComponentState {
|
|
659
657
|
}
|
660
658
|
export class ControlButtonComponent extends React.Component<IControlButtonComponentProps, IControlButtonComponentState> {
|
661
659
|
constructor(props: IControlButtonComponentProps);
|
662
|
-
|
660
|
+
|
663
661
|
}
|
664
662
|
export {};
|
665
663
|
|
@@ -683,7 +681,7 @@ interface IPushButtonComponentState {
|
|
683
681
|
}
|
684
682
|
export class PushButtonComponent extends React.Component<IPushButtonComponentProps, IPushButtonComponentState> {
|
685
683
|
constructor(props: IPushButtonComponentProps);
|
686
|
-
|
684
|
+
|
687
685
|
}
|
688
686
|
export {};
|
689
687
|
|
@@ -716,7 +714,7 @@ export class TextInputComponent extends React.Component<ITextInputComponentProps
|
|
716
714
|
private _onFocus;
|
717
715
|
shouldComponentUpdate(newProps: ITextInputComponentProps, newState: ITextInputComponentState): boolean;
|
718
716
|
private _onKeyPress;
|
719
|
-
|
717
|
+
|
720
718
|
}
|
721
719
|
export {};
|
722
720
|
|
@@ -736,7 +734,7 @@ export class CanvasComponent extends React.Component<ICanvasComponentProps, ICan
|
|
736
734
|
private _onActiveAnimationChangedObserver;
|
737
735
|
constructor(props: ICanvasComponentProps);
|
738
736
|
componentWillUnmount(): void;
|
739
|
-
|
737
|
+
|
740
738
|
}
|
741
739
|
export {};
|
742
740
|
|
@@ -803,7 +801,7 @@ export class CurveComponent extends React.Component<ICurveComponentProps, ICurve
|
|
803
801
|
constructor(props: ICurveComponentProps);
|
804
802
|
componentWillUnmount(): void;
|
805
803
|
componentDidUpdate(): boolean;
|
806
|
-
|
804
|
+
|
807
805
|
}
|
808
806
|
export {};
|
809
807
|
|
@@ -829,7 +827,7 @@ export class FrameBarComponent extends React.Component<IFrameBarComponentProps,
|
|
829
827
|
componentWillUnmount(): void;
|
830
828
|
private _computeSizes;
|
831
829
|
private _buildFrames;
|
832
|
-
|
830
|
+
|
833
831
|
}
|
834
832
|
export {};
|
835
833
|
|
@@ -891,7 +889,7 @@ export class GraphComponent extends React.Component<IGraphComponentProps, IGraph
|
|
891
889
|
private _onPointerMove;
|
892
890
|
private _onPointerUp;
|
893
891
|
private _onWheel;
|
894
|
-
|
892
|
+
|
895
893
|
}
|
896
894
|
export {};
|
897
895
|
|
@@ -974,7 +972,7 @@ export class KeyPointComponent extends React.Component<IKeyPointComponentProps,
|
|
974
972
|
private _processTangentMove;
|
975
973
|
private _onPointerMove;
|
976
974
|
private _onPointerUp;
|
977
|
-
|
975
|
+
|
978
976
|
}
|
979
977
|
export {};
|
980
978
|
|
@@ -1014,7 +1012,7 @@ export class PlayHeadComponent extends React.Component<IPlayHeadComponentProps,
|
|
1014
1012
|
private _onPointerDown;
|
1015
1013
|
private _onPointerMove;
|
1016
1014
|
private _onPointerUp;
|
1017
|
-
|
1015
|
+
|
1018
1016
|
}
|
1019
1017
|
export {};
|
1020
1018
|
|
@@ -1044,7 +1042,7 @@ export class RangeFrameBarComponent extends React.Component<IRangeFrameBarCompon
|
|
1044
1042
|
private _dropKeyFrames;
|
1045
1043
|
private _buildActiveFrame;
|
1046
1044
|
private _buildFrames;
|
1047
|
-
|
1045
|
+
|
1048
1046
|
}
|
1049
1047
|
export {};
|
1050
1048
|
|
@@ -1070,7 +1068,7 @@ export class AddAnimationComponent extends React.Component<IAddAnimationComponen
|
|
1070
1068
|
constructor(props: IAddAnimationComponentProps);
|
1071
1069
|
createNew(): void;
|
1072
1070
|
getInferredType(activeProperty?: string): any;
|
1073
|
-
|
1071
|
+
|
1074
1072
|
}
|
1075
1073
|
export {};
|
1076
1074
|
|
@@ -1100,7 +1098,7 @@ export class AnimationEntryComponent extends React.Component<IAnimationEntryComp
|
|
1100
1098
|
componentWillUnmount(): void;
|
1101
1099
|
private _activate;
|
1102
1100
|
private _expandOrCollapse;
|
1103
|
-
|
1101
|
+
|
1104
1102
|
}
|
1105
1103
|
export {};
|
1106
1104
|
|
@@ -1122,7 +1120,7 @@ export class AnimationListComponent extends React.Component<IAnimationListCompon
|
|
1122
1120
|
private _onDeleteAnimationObserver;
|
1123
1121
|
constructor(props: IAnimationListComponentProps);
|
1124
1122
|
componentWillUnmount(): void;
|
1125
|
-
|
1123
|
+
|
1126
1124
|
}
|
1127
1125
|
export {};
|
1128
1126
|
|
@@ -1148,7 +1146,7 @@ export class AnimationSubEntryComponent extends React.Component<IAnimationSubEnt
|
|
1148
1146
|
constructor(props: IAnimationSubEntryComponentProps);
|
1149
1147
|
componentWillUnmount(): void;
|
1150
1148
|
private _activate;
|
1151
|
-
|
1149
|
+
|
1152
1150
|
}
|
1153
1151
|
export {};
|
1154
1152
|
|
@@ -1177,7 +1175,7 @@ export class EditAnimationComponent extends React.Component<IEditAnimationCompon
|
|
1177
1175
|
componentWillUnmount(): void;
|
1178
1176
|
close(): void;
|
1179
1177
|
validate(): void;
|
1180
|
-
|
1178
|
+
|
1181
1179
|
}
|
1182
1180
|
export {};
|
1183
1181
|
|
@@ -1198,7 +1196,7 @@ export class LoadAnimationComponent extends React.Component<ILoadAnimationCompon
|
|
1198
1196
|
constructor(props: ILoadAnimationComponentProps);
|
1199
1197
|
loadFromFile(evt: React.ChangeEvent<HTMLInputElement>): void;
|
1200
1198
|
loadFromSnippetServer(): void;
|
1201
|
-
|
1199
|
+
|
1202
1200
|
}
|
1203
1201
|
export {};
|
1204
1202
|
|
@@ -1220,7 +1218,7 @@ export class SaveAnimationComponent extends React.Component<ISaveAnimationCompon
|
|
1220
1218
|
private _getJson;
|
1221
1219
|
saveToSnippetServer(): void;
|
1222
1220
|
saveToFile(): void;
|
1223
|
-
|
1221
|
+
|
1224
1222
|
}
|
1225
1223
|
export {};
|
1226
1224
|
|
@@ -1249,7 +1247,7 @@ export class SideBarComponent extends React.Component<ISideBarComponentProps, IS
|
|
1249
1247
|
private _onLoadAnimation;
|
1250
1248
|
private _onSaveAnimation;
|
1251
1249
|
private _onEditAnimation;
|
1252
|
-
|
1250
|
+
|
1253
1251
|
}
|
1254
1252
|
export {};
|
1255
1253
|
|
@@ -1276,7 +1274,7 @@ export class TopBarComponent extends React.Component<ITopBarComponentProps, ITop
|
|
1276
1274
|
private _onActiveKeyPointChanged;
|
1277
1275
|
constructor(props: ITopBarComponentProps);
|
1278
1276
|
componentWillUnmount(): void;
|
1279
|
-
|
1277
|
+
|
1280
1278
|
}
|
1281
1279
|
export {};
|
1282
1280
|
|
@@ -1307,7 +1305,7 @@ export class TargetedAnimationGridComponent extends React.Component<ITargetedAni
|
|
1307
1305
|
updateContextFromProps: () => void;
|
1308
1306
|
componentDidMount(): void;
|
1309
1307
|
componentDidUpdate(prevProps: Readonly<ITargetedAnimationGridComponentProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
1310
|
-
|
1308
|
+
|
1311
1309
|
}
|
1312
1310
|
export {};
|
1313
1311
|
|
@@ -1327,7 +1325,7 @@ interface IArcRotateCameraPropertyGridComponentProps {
|
|
1327
1325
|
}
|
1328
1326
|
export class ArcRotateCameraPropertyGridComponent extends React.Component<IArcRotateCameraPropertyGridComponentProps> {
|
1329
1327
|
constructor(props: IArcRotateCameraPropertyGridComponentProps);
|
1330
|
-
|
1328
|
+
|
1331
1329
|
}
|
1332
1330
|
export {};
|
1333
1331
|
|
@@ -1349,7 +1347,7 @@ export class CommonCameraPropertyGridComponent extends React.Component<ICommonCa
|
|
1349
1347
|
mode: number;
|
1350
1348
|
}> {
|
1351
1349
|
constructor(props: ICommonCameraPropertyGridComponentProps);
|
1352
|
-
|
1350
|
+
|
1353
1351
|
}
|
1354
1352
|
export {};
|
1355
1353
|
|
@@ -1369,7 +1367,7 @@ interface IFollowCameraPropertyGridComponentProps {
|
|
1369
1367
|
}
|
1370
1368
|
export class FollowCameraPropertyGridComponent extends React.Component<IFollowCameraPropertyGridComponentProps> {
|
1371
1369
|
constructor(props: IFollowCameraPropertyGridComponentProps);
|
1372
|
-
|
1370
|
+
|
1373
1371
|
}
|
1374
1372
|
export {};
|
1375
1373
|
|
@@ -1389,7 +1387,7 @@ interface IFreeCameraPropertyGridComponentProps {
|
|
1389
1387
|
}
|
1390
1388
|
export class FreeCameraPropertyGridComponent extends React.Component<IFreeCameraPropertyGridComponentProps> {
|
1391
1389
|
constructor(props: IFreeCameraPropertyGridComponentProps);
|
1392
|
-
|
1390
|
+
|
1393
1391
|
}
|
1394
1392
|
export {};
|
1395
1393
|
|
@@ -1410,8 +1408,8 @@ interface ICommonPropertyGridComponentProps {
|
|
1410
1408
|
}
|
1411
1409
|
export class CommonPropertyGridComponent extends React.Component<ICommonPropertyGridComponentProps> {
|
1412
1410
|
constructor(props: ICommonPropertyGridComponentProps);
|
1413
|
-
|
1414
|
-
|
1411
|
+
|
1412
|
+
|
1415
1413
|
}
|
1416
1414
|
export {};
|
1417
1415
|
|
@@ -1433,8 +1431,8 @@ export class CustomPropertyGridComponent extends React.Component<ICustomProperty
|
|
1433
1431
|
mode: number;
|
1434
1432
|
}> {
|
1435
1433
|
constructor(props: ICustomPropertyGridComponentProps);
|
1436
|
-
|
1437
|
-
|
1434
|
+
|
1435
|
+
|
1438
1436
|
}
|
1439
1437
|
export {};
|
1440
1438
|
|
@@ -1455,7 +1453,7 @@ interface IEmptyPropertyGridComponentProps {
|
|
1455
1453
|
}
|
1456
1454
|
export class EmptyPropertyGridComponent extends React.Component<IEmptyPropertyGridComponentProps> {
|
1457
1455
|
constructor(props: IEmptyPropertyGridComponentProps);
|
1458
|
-
|
1456
|
+
|
1459
1457
|
}
|
1460
1458
|
export {};
|
1461
1459
|
|
@@ -1477,7 +1475,7 @@ export class FogPropertyGridComponent extends React.Component<IFogPropertyGridCo
|
|
1477
1475
|
mode: number;
|
1478
1476
|
}> {
|
1479
1477
|
constructor(props: IFogPropertyGridComponentProps);
|
1480
|
-
|
1478
|
+
|
1481
1479
|
}
|
1482
1480
|
export {};
|
1483
1481
|
|
@@ -1499,7 +1497,7 @@ interface ILayerPropertyGridComponentProps {
|
|
1499
1497
|
}
|
1500
1498
|
export class LayerPropertyGridComponent extends React.Component<ILayerPropertyGridComponentProps> {
|
1501
1499
|
constructor(props: ILayerPropertyGridComponentProps);
|
1502
|
-
|
1500
|
+
|
1503
1501
|
}
|
1504
1502
|
export {};
|
1505
1503
|
|
@@ -1519,7 +1517,7 @@ interface ICommonLightPropertyGridComponentProps {
|
|
1519
1517
|
}
|
1520
1518
|
export class CommonLightPropertyGridComponent extends React.Component<ICommonLightPropertyGridComponentProps> {
|
1521
1519
|
constructor(props: ICommonLightPropertyGridComponentProps);
|
1522
|
-
|
1520
|
+
|
1523
1521
|
}
|
1524
1522
|
export {};
|
1525
1523
|
|
@@ -1542,7 +1540,7 @@ export class CommonShadowLightPropertyGridComponent extends React.Component<ICom
|
|
1542
1540
|
constructor(props: ICommonShadowLightPropertyGridComponentProps);
|
1543
1541
|
createShadowGenerator(): void;
|
1544
1542
|
disposeShadowGenerator(): void;
|
1545
|
-
|
1543
|
+
|
1546
1544
|
}
|
1547
1545
|
export {};
|
1548
1546
|
|
@@ -1563,7 +1561,7 @@ interface IDirectionalLightPropertyGridComponentProps {
|
|
1563
1561
|
export class DirectionalLightPropertyGridComponent extends React.Component<IDirectionalLightPropertyGridComponentProps> {
|
1564
1562
|
constructor(props: IDirectionalLightPropertyGridComponentProps);
|
1565
1563
|
displayFrustum(): void;
|
1566
|
-
|
1564
|
+
|
1567
1565
|
}
|
1568
1566
|
export {};
|
1569
1567
|
|
@@ -1583,7 +1581,7 @@ interface IHemisphericLightPropertyGridComponentProps {
|
|
1583
1581
|
}
|
1584
1582
|
export class HemisphericLightPropertyGridComponent extends React.Component<IHemisphericLightPropertyGridComponentProps> {
|
1585
1583
|
constructor(props: IHemisphericLightPropertyGridComponentProps);
|
1586
|
-
|
1584
|
+
|
1587
1585
|
}
|
1588
1586
|
export {};
|
1589
1587
|
|
@@ -1603,7 +1601,7 @@ interface IPointLightPropertyGridComponentProps {
|
|
1603
1601
|
}
|
1604
1602
|
export class PointLightPropertyGridComponent extends React.Component<IPointLightPropertyGridComponentProps> {
|
1605
1603
|
constructor(props: IPointLightPropertyGridComponentProps);
|
1606
|
-
|
1604
|
+
|
1607
1605
|
}
|
1608
1606
|
export {};
|
1609
1607
|
|
@@ -1623,7 +1621,7 @@ interface ISpotLightPropertyGridComponentProps {
|
|
1623
1621
|
}
|
1624
1622
|
export class SpotLightPropertyGridComponent extends React.Component<ISpotLightPropertyGridComponentProps> {
|
1625
1623
|
constructor(props: ISpotLightPropertyGridComponentProps);
|
1626
|
-
|
1624
|
+
|
1627
1625
|
}
|
1628
1626
|
export {};
|
1629
1627
|
|
@@ -1645,8 +1643,8 @@ interface IBackgroundMaterialPropertyGridComponentProps {
|
|
1645
1643
|
export class BackgroundMaterialPropertyGridComponent extends React.Component<IBackgroundMaterialPropertyGridComponentProps> {
|
1646
1644
|
private _onDebugSelectionChangeObservable;
|
1647
1645
|
constructor(props: IBackgroundMaterialPropertyGridComponentProps);
|
1648
|
-
|
1649
|
-
|
1646
|
+
|
1647
|
+
|
1650
1648
|
}
|
1651
1649
|
export {};
|
1652
1650
|
|
@@ -1666,7 +1664,7 @@ interface ICommonMaterialPropertyGridComponentProps {
|
|
1666
1664
|
}
|
1667
1665
|
export class CommonMaterialPropertyGridComponent extends React.Component<ICommonMaterialPropertyGridComponentProps> {
|
1668
1666
|
constructor(props: ICommonMaterialPropertyGridComponentProps);
|
1669
|
-
|
1667
|
+
|
1670
1668
|
}
|
1671
1669
|
export {};
|
1672
1670
|
|
@@ -1686,7 +1684,7 @@ interface IMaterialPropertyGridComponentProps {
|
|
1686
1684
|
}
|
1687
1685
|
export class MaterialPropertyGridComponent extends React.Component<IMaterialPropertyGridComponentProps> {
|
1688
1686
|
constructor(props: IMaterialPropertyGridComponentProps);
|
1689
|
-
|
1687
|
+
|
1690
1688
|
}
|
1691
1689
|
export {};
|
1692
1690
|
|
@@ -1709,8 +1707,8 @@ interface IMultiMaterialPropertyGridComponentProps {
|
|
1709
1707
|
export class MultiMaterialPropertyGridComponent extends React.Component<IMultiMaterialPropertyGridComponentProps> {
|
1710
1708
|
constructor(props: IMultiMaterialPropertyGridComponentProps);
|
1711
1709
|
onMaterialLink(mat: Material): void;
|
1712
|
-
|
1713
|
-
|
1710
|
+
|
1711
|
+
|
1714
1712
|
}
|
1715
1713
|
export {};
|
1716
1714
|
|
@@ -1734,10 +1732,10 @@ export class NodeMaterialPropertyGridComponent extends React.Component<INodeMate
|
|
1734
1732
|
private _onDebugSelectionChangeObservable;
|
1735
1733
|
constructor(props: INodeMaterialPropertyGridComponentProps);
|
1736
1734
|
edit(): void;
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1735
|
+
|
1736
|
+
|
1737
|
+
|
1738
|
+
|
1741
1739
|
}
|
1742
1740
|
export {};
|
1743
1741
|
|
@@ -1767,8 +1765,8 @@ export class PBRMaterialPropertyGridComponent extends React.Component<IPBRMateri
|
|
1767
1765
|
private _onDebugSelectionChangeObservable;
|
1768
1766
|
constructor(props: IPBRMaterialPropertyGridComponentProps);
|
1769
1767
|
switchAmbientMode(state: boolean): void;
|
1770
|
-
|
1771
|
-
|
1768
|
+
|
1769
|
+
|
1772
1770
|
}
|
1773
1771
|
export {};
|
1774
1772
|
|
@@ -1790,8 +1788,8 @@ interface IPBRMetallicRoughnessMaterialPropertyGridComponentProps {
|
|
1790
1788
|
export class PBRMetallicRoughnessMaterialPropertyGridComponent extends React.Component<IPBRMetallicRoughnessMaterialPropertyGridComponentProps> {
|
1791
1789
|
private _onDebugSelectionChangeObservable;
|
1792
1790
|
constructor(props: IPBRMetallicRoughnessMaterialPropertyGridComponentProps);
|
1793
|
-
|
1794
|
-
|
1791
|
+
|
1792
|
+
|
1795
1793
|
}
|
1796
1794
|
export {};
|
1797
1795
|
|
@@ -1813,8 +1811,8 @@ interface IPBRSpecularGlossinessMaterialPropertyGridComponentProps {
|
|
1813
1811
|
export class PBRSpecularGlossinessMaterialPropertyGridComponent extends React.Component<IPBRSpecularGlossinessMaterialPropertyGridComponentProps> {
|
1814
1812
|
private _onDebugSelectionChangeObservable;
|
1815
1813
|
constructor(props: IPBRSpecularGlossinessMaterialPropertyGridComponentProps);
|
1816
|
-
|
1817
|
-
|
1814
|
+
|
1815
|
+
|
1818
1816
|
}
|
1819
1817
|
export {};
|
1820
1818
|
|
@@ -1837,8 +1835,8 @@ interface IStandardMaterialPropertyGridComponentProps {
|
|
1837
1835
|
export class StandardMaterialPropertyGridComponent extends React.Component<IStandardMaterialPropertyGridComponentProps> {
|
1838
1836
|
private _onDebugSelectionChangeObservable;
|
1839
1837
|
constructor(props: IStandardMaterialPropertyGridComponentProps);
|
1840
|
-
|
1841
|
-
|
1838
|
+
|
1839
|
+
|
1842
1840
|
}
|
1843
1841
|
export {};
|
1844
1842
|
|
@@ -1899,7 +1897,7 @@ export class TexturePropertyGridComponent extends React.Component<ITextureProper
|
|
1899
1897
|
normalizable: number;
|
1900
1898
|
value: number;
|
1901
1899
|
} | null;
|
1902
|
-
|
1900
|
+
|
1903
1901
|
}
|
1904
1902
|
export {};
|
1905
1903
|
|
@@ -1912,7 +1910,7 @@ interface IBottomBarProps {
|
|
1912
1910
|
mipLevel: number;
|
1913
1911
|
}
|
1914
1912
|
export class BottomBar extends React.PureComponent<IBottomBarProps> {
|
1915
|
-
|
1913
|
+
|
1916
1914
|
}
|
1917
1915
|
export {};
|
1918
1916
|
|
@@ -1944,7 +1942,7 @@ interface IChannelsBarProps {
|
|
1944
1942
|
setChannels(channelState: IChannel[]): void;
|
1945
1943
|
}
|
1946
1944
|
export class ChannelsBar extends React.PureComponent<IChannelsBarProps> {
|
1947
|
-
|
1945
|
+
|
1948
1946
|
}
|
1949
1947
|
export {};
|
1950
1948
|
|
@@ -2007,7 +2005,7 @@ export class PropertiesBar extends React.PureComponent<IPropertiesBarProps, IPro
|
|
2007
2005
|
private _pixelData;
|
2008
2006
|
private _getNewDimension;
|
2009
2007
|
componentWillUpdate(nextProps: IPropertiesBarProps): void;
|
2010
|
-
|
2008
|
+
|
2011
2009
|
}
|
2012
2010
|
export {};
|
2013
2011
|
|
@@ -2022,7 +2020,7 @@ interface ITextureCanvasComponentProps {
|
|
2022
2020
|
texture: BaseTexture;
|
2023
2021
|
}
|
2024
2022
|
export class TextureCanvasComponent extends React.Component<ITextureCanvasComponentProps> {
|
2025
|
-
|
2023
|
+
|
2026
2024
|
}
|
2027
2025
|
export {};
|
2028
2026
|
|
@@ -2261,7 +2259,7 @@ export class TextureEditorComponent extends React.Component<ITextureEditorCompon
|
|
2261
2259
|
resetTexture(): void;
|
2262
2260
|
resizeTexture(width: number, height: number): void;
|
2263
2261
|
uploadTexture(file: File): void;
|
2264
|
-
|
2262
|
+
|
2265
2263
|
}
|
2266
2264
|
export {};
|
2267
2265
|
|
@@ -2294,7 +2292,7 @@ export class ToolBar extends React.Component<IToolBarProps, IToolBarState> {
|
|
2294
2292
|
constructor(props: IToolBarProps);
|
2295
2293
|
computeRGBAColor(): Color4;
|
2296
2294
|
shouldComponentUpdate(nextProps: IToolBarProps): boolean;
|
2297
|
-
|
2295
|
+
|
2298
2296
|
}
|
2299
2297
|
export {};
|
2300
2298
|
|
@@ -2306,7 +2304,7 @@ interface IToolSettingsProps {
|
|
2306
2304
|
tool: ITool | undefined;
|
2307
2305
|
}
|
2308
2306
|
export class ToolSettings extends React.Component<IToolSettingsProps> {
|
2309
|
-
|
2307
|
+
|
2310
2308
|
}
|
2311
2309
|
export {};
|
2312
2310
|
|
@@ -2327,7 +2325,7 @@ interface IBonePropertyGridComponentProps {
|
|
2327
2325
|
export class BonePropertyGridComponent extends React.Component<IBonePropertyGridComponentProps> {
|
2328
2326
|
constructor(props: IBonePropertyGridComponentProps);
|
2329
2327
|
onTransformNodeLink(): void;
|
2330
|
-
|
2328
|
+
|
2331
2329
|
}
|
2332
2330
|
export {};
|
2333
2331
|
|
@@ -2368,13 +2366,12 @@ export class MeshPropertyGridComponent extends React.Component<IMeshPropertyGrid
|
|
2368
2366
|
onSkeletonLink(): void;
|
2369
2367
|
convertPhysicsTypeToString(): string;
|
2370
2368
|
private _getIdForDisplay;
|
2371
|
-
|
2369
|
+
|
2372
2370
|
}
|
2373
2371
|
export {};
|
2374
2372
|
|
2375
2373
|
}
|
2376
2374
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/meshes/physics/physicsBodyGridComponent" {
|
2377
|
-
/// <reference types="react" />
|
2378
2375
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2379
2376
|
import { PhysicsBody } from "@babylonjs/core/Physics/v2/physicsBody";
|
2380
2377
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
@@ -2406,11 +2403,10 @@ export interface IPhysicsBodyGridComponentProps {
|
|
2406
2403
|
* @param props the component props
|
2407
2404
|
* @returns the component
|
2408
2405
|
*/
|
2409
|
-
|
2406
|
+
|
2410
2407
|
|
2411
2408
|
}
|
2412
2409
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/meshes/physics/physicsMassPropertiesGridComponent" {
|
2413
|
-
/// <reference types="react" />
|
2414
2410
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2415
2411
|
import { PhysicsBody } from "@babylonjs/core/Physics/v2/physicsBody";
|
2416
2412
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
@@ -2446,11 +2442,10 @@ export interface IPhysicsMassPropertiesGridComponentProps {
|
|
2446
2442
|
* @param props the component props
|
2447
2443
|
* @returns the component
|
2448
2444
|
*/
|
2449
|
-
|
2445
|
+
|
2450
2446
|
|
2451
2447
|
}
|
2452
2448
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/meshes/physics/physicsMaterialGridComponent" {
|
2453
|
-
/// <reference types="react" />
|
2454
2449
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2455
2450
|
import { PhysicsBody } from "@babylonjs/core/Physics/v2/physicsBody";
|
2456
2451
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
@@ -2482,7 +2477,7 @@ export interface IPhysicsMaterialGridComponentProps {
|
|
2482
2477
|
* @param props the component props
|
2483
2478
|
* @returns the component
|
2484
2479
|
*/
|
2485
|
-
|
2480
|
+
|
2486
2481
|
|
2487
2482
|
}
|
2488
2483
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/meshes/skeletonPropertyGridComponent" {
|
@@ -2508,7 +2503,7 @@ export class SkeletonPropertyGridComponent extends React.Component<ISkeletonProp
|
|
2508
2503
|
changeDisplayMode(): void;
|
2509
2504
|
changeDisplayOptions(option: string, value: number): void;
|
2510
2505
|
shouldComponentUpdate(nextProps: ISkeletonPropertyGridComponentProps): boolean;
|
2511
|
-
|
2506
|
+
|
2512
2507
|
}
|
2513
2508
|
export {};
|
2514
2509
|
|
@@ -2528,7 +2523,7 @@ interface ITransformNodePropertyGridComponentProps {
|
|
2528
2523
|
}
|
2529
2524
|
export class TransformNodePropertyGridComponent extends React.Component<ITransformNodePropertyGridComponentProps> {
|
2530
2525
|
constructor(props: ITransformNodePropertyGridComponentProps);
|
2531
|
-
|
2526
|
+
|
2532
2527
|
}
|
2533
2528
|
export {};
|
2534
2529
|
|
@@ -2618,7 +2613,7 @@ export class MetadataGridComponent extends React.Component<IMetadataComponentPro
|
|
2618
2613
|
/** render
|
2619
2614
|
* @returns the component
|
2620
2615
|
*/
|
2621
|
-
|
2616
|
+
|
2622
2617
|
}
|
2623
2618
|
export {};
|
2624
2619
|
|
@@ -2639,7 +2634,7 @@ interface IParentPropertyGridComponentProps {
|
|
2639
2634
|
export class ParentPropertyGridComponent extends React.Component<IParentPropertyGridComponentProps> {
|
2640
2635
|
constructor(props: IParentPropertyGridComponentProps);
|
2641
2636
|
private _getNameForSortingAndDisplay;
|
2642
|
-
|
2637
|
+
|
2643
2638
|
}
|
2644
2639
|
export {};
|
2645
2640
|
|
@@ -2659,7 +2654,7 @@ interface IBoxEmitterGridComponentProps {
|
|
2659
2654
|
}
|
2660
2655
|
export class BoxEmitterGridComponent extends React.Component<IBoxEmitterGridComponentProps> {
|
2661
2656
|
constructor(props: IBoxEmitterGridComponentProps);
|
2662
|
-
|
2657
|
+
|
2663
2658
|
}
|
2664
2659
|
export {};
|
2665
2660
|
|
@@ -2692,7 +2687,7 @@ export class ColorGradientStepGridComponent extends React.Component<IColorGradie
|
|
2692
2687
|
onPointerUp(): void;
|
2693
2688
|
lock(): void;
|
2694
2689
|
unlock(): void;
|
2695
|
-
|
2690
|
+
|
2696
2691
|
}
|
2697
2692
|
export {};
|
2698
2693
|
|
@@ -2713,7 +2708,7 @@ interface IConeEmitterGridComponentProps {
|
|
2713
2708
|
}
|
2714
2709
|
export class ConeEmitterGridComponent extends React.Component<IConeEmitterGridComponentProps> {
|
2715
2710
|
constructor(props: IConeEmitterGridComponentProps);
|
2716
|
-
|
2711
|
+
|
2717
2712
|
}
|
2718
2713
|
export {};
|
2719
2714
|
|
@@ -2733,7 +2728,7 @@ interface ICylinderEmitterGridComponentProps {
|
|
2733
2728
|
}
|
2734
2729
|
export class CylinderEmitterGridComponent extends React.Component<ICylinderEmitterGridComponentProps> {
|
2735
2730
|
constructor(props: ICylinderEmitterGridComponentProps);
|
2736
|
-
|
2731
|
+
|
2737
2732
|
}
|
2738
2733
|
export {};
|
2739
2734
|
|
@@ -2772,7 +2767,7 @@ export class FactorGradientStepGridComponent extends React.Component<IFactorGrad
|
|
2772
2767
|
onPointerUp(): void;
|
2773
2768
|
lock(): void;
|
2774
2769
|
unlock(): void;
|
2775
|
-
|
2770
|
+
|
2776
2771
|
}
|
2777
2772
|
export {};
|
2778
2773
|
|
@@ -2792,7 +2787,7 @@ interface IHemisphericEmitterGridComponentProps {
|
|
2792
2787
|
}
|
2793
2788
|
export class HemisphericEmitterGridComponent extends React.Component<IHemisphericEmitterGridComponentProps> {
|
2794
2789
|
constructor(props: IHemisphericEmitterGridComponentProps);
|
2795
|
-
|
2790
|
+
|
2796
2791
|
}
|
2797
2792
|
export {};
|
2798
2793
|
|
@@ -2815,7 +2810,7 @@ interface IMeshEmitterGridComponentProps {
|
|
2815
2810
|
}
|
2816
2811
|
export class MeshEmitterGridComponent extends React.Component<IMeshEmitterGridComponentProps> {
|
2817
2812
|
constructor(props: IMeshEmitterGridComponentProps);
|
2818
|
-
|
2813
|
+
|
2819
2814
|
}
|
2820
2815
|
export {};
|
2821
2816
|
|
@@ -2837,14 +2832,14 @@ interface IParticleSystemPropertyGridComponentProps {
|
|
2837
2832
|
export class ParticleSystemPropertyGridComponent extends React.Component<IParticleSystemPropertyGridComponentProps> {
|
2838
2833
|
private _snippetUrl;
|
2839
2834
|
constructor(props: IParticleSystemPropertyGridComponentProps);
|
2840
|
-
|
2835
|
+
|
2841
2836
|
raiseOnPropertyChanged(property: string, newValue: any, previousValue: any): void;
|
2842
|
-
|
2837
|
+
|
2843
2838
|
saveToFile(): void;
|
2844
2839
|
loadFromFile(file: File): void;
|
2845
2840
|
loadFromSnippet(): void;
|
2846
2841
|
saveToSnippet(): void;
|
2847
|
-
|
2842
|
+
|
2848
2843
|
}
|
2849
2844
|
export {};
|
2850
2845
|
|
@@ -2864,7 +2859,7 @@ interface IPointEmitterGridComponentProps {
|
|
2864
2859
|
}
|
2865
2860
|
export class PointEmitterGridComponent extends React.Component<IPointEmitterGridComponentProps> {
|
2866
2861
|
constructor(props: IPointEmitterGridComponentProps);
|
2867
|
-
|
2862
|
+
|
2868
2863
|
}
|
2869
2864
|
export {};
|
2870
2865
|
|
@@ -2884,7 +2879,7 @@ interface ISphereEmitterGridComponentProps {
|
|
2884
2879
|
}
|
2885
2880
|
export class SphereEmitterGridComponent extends React.Component<ISphereEmitterGridComponentProps> {
|
2886
2881
|
constructor(props: ISphereEmitterGridComponentProps);
|
2887
|
-
|
2882
|
+
|
2888
2883
|
}
|
2889
2884
|
export {};
|
2890
2885
|
|
@@ -2918,7 +2913,7 @@ export class ValueGradientGridComponent extends React.Component<IValueGradientGr
|
|
2918
2913
|
addNewStep(): void;
|
2919
2914
|
checkForReOrder(): void;
|
2920
2915
|
updateAndSync(): void;
|
2921
|
-
|
2916
|
+
|
2922
2917
|
}
|
2923
2918
|
export {};
|
2924
2919
|
|
@@ -2938,7 +2933,7 @@ interface ICommonPostProcessPropertyGridComponentProps {
|
|
2938
2933
|
}
|
2939
2934
|
export class CommonPostProcessPropertyGridComponent extends React.Component<ICommonPostProcessPropertyGridComponentProps> {
|
2940
2935
|
constructor(props: ICommonPostProcessPropertyGridComponentProps);
|
2941
|
-
|
2936
|
+
|
2942
2937
|
}
|
2943
2938
|
export {};
|
2944
2939
|
|
@@ -2958,7 +2953,7 @@ interface ICommonRenderingPipelinePropertyGridComponentProps {
|
|
2958
2953
|
}
|
2959
2954
|
export class CommonRenderingPipelinePropertyGridComponent extends React.Component<ICommonRenderingPipelinePropertyGridComponentProps> {
|
2960
2955
|
constructor(props: ICommonRenderingPipelinePropertyGridComponentProps);
|
2961
|
-
|
2956
|
+
|
2962
2957
|
}
|
2963
2958
|
export {};
|
2964
2959
|
|
@@ -2978,7 +2973,7 @@ interface IDefaultRenderingPipelinePropertyGridComponentProps {
|
|
2978
2973
|
}
|
2979
2974
|
export class DefaultRenderingPipelinePropertyGridComponent extends React.Component<IDefaultRenderingPipelinePropertyGridComponentProps> {
|
2980
2975
|
constructor(props: IDefaultRenderingPipelinePropertyGridComponentProps);
|
2981
|
-
|
2976
|
+
|
2982
2977
|
}
|
2983
2978
|
export {};
|
2984
2979
|
|
@@ -2998,7 +2993,7 @@ interface ILenstRenderingPipelinePropertyGridComponentProps {
|
|
2998
2993
|
}
|
2999
2994
|
export class LensRenderingPipelinePropertyGridComponent extends React.Component<ILenstRenderingPipelinePropertyGridComponentProps> {
|
3000
2995
|
constructor(props: ILenstRenderingPipelinePropertyGridComponentProps);
|
3001
|
-
|
2996
|
+
|
3002
2997
|
}
|
3003
2998
|
export {};
|
3004
2999
|
|
@@ -3019,7 +3014,7 @@ interface IPostProcessPropertyGridComponentProps {
|
|
3019
3014
|
export class PostProcessPropertyGridComponent extends React.Component<IPostProcessPropertyGridComponentProps> {
|
3020
3015
|
constructor(props: IPostProcessPropertyGridComponentProps);
|
3021
3016
|
edit(): void;
|
3022
|
-
|
3017
|
+
|
3023
3018
|
}
|
3024
3019
|
export {};
|
3025
3020
|
|
@@ -3039,7 +3034,7 @@ interface IRenderingPipelinePropertyGridComponentProps {
|
|
3039
3034
|
}
|
3040
3035
|
export class RenderingPipelinePropertyGridComponent extends React.Component<IRenderingPipelinePropertyGridComponentProps> {
|
3041
3036
|
constructor(props: IRenderingPipelinePropertyGridComponentProps);
|
3042
|
-
|
3037
|
+
|
3043
3038
|
}
|
3044
3039
|
export {};
|
3045
3040
|
|
@@ -3059,7 +3054,7 @@ interface ISSAO2RenderingPipelinePropertyGridComponentProps {
|
|
3059
3054
|
}
|
3060
3055
|
export class SSAO2RenderingPipelinePropertyGridComponent extends React.Component<ISSAO2RenderingPipelinePropertyGridComponentProps> {
|
3061
3056
|
constructor(props: ISSAO2RenderingPipelinePropertyGridComponentProps);
|
3062
|
-
|
3057
|
+
|
3063
3058
|
}
|
3064
3059
|
export {};
|
3065
3060
|
|
@@ -3079,7 +3074,7 @@ interface ISSAORenderingPipelinePropertyGridComponentProps {
|
|
3079
3074
|
}
|
3080
3075
|
export class SSAORenderingPipelinePropertyGridComponent extends React.Component<ISSAORenderingPipelinePropertyGridComponentProps> {
|
3081
3076
|
constructor(props: ISSAORenderingPipelinePropertyGridComponentProps);
|
3082
|
-
|
3077
|
+
|
3083
3078
|
}
|
3084
3079
|
export {};
|
3085
3080
|
|
@@ -3099,7 +3094,7 @@ interface ISSRRenderingPipelinePropertyGridComponentProps {
|
|
3099
3094
|
}
|
3100
3095
|
export class SSRRenderingPipelinePropertyGridComponent extends React.Component<ISSRRenderingPipelinePropertyGridComponentProps> {
|
3101
3096
|
constructor(props: ISSRRenderingPipelinePropertyGridComponentProps);
|
3102
|
-
|
3097
|
+
|
3103
3098
|
}
|
3104
3099
|
export {};
|
3105
3100
|
|
@@ -3119,7 +3114,7 @@ export class RenderGridPropertyGridComponent extends React.Component<IRenderGrid
|
|
3119
3114
|
constructor(props: IRenderGridPropertyGridComponentProps);
|
3120
3115
|
componentDidMount(): void;
|
3121
3116
|
addOrRemoveGrid(): void;
|
3122
|
-
|
3117
|
+
|
3123
3118
|
}
|
3124
3119
|
export {};
|
3125
3120
|
|
@@ -3152,7 +3147,7 @@ export class ScenePropertyGridComponent extends React.Component<IScenePropertyGr
|
|
3152
3147
|
updateGravity(newValue: Vector3): void;
|
3153
3148
|
updateTimeStep(newValue: number): void;
|
3154
3149
|
normalizeScene(): void;
|
3155
|
-
|
3150
|
+
|
3156
3151
|
}
|
3157
3152
|
export {};
|
3158
3153
|
|
@@ -3174,7 +3169,7 @@ interface ISoundPropertyGridComponentProps {
|
|
3174
3169
|
}
|
3175
3170
|
export class SoundPropertyGridComponent extends React.Component<ISoundPropertyGridComponentProps> {
|
3176
3171
|
constructor(props: ISoundPropertyGridComponentProps);
|
3177
|
-
|
3172
|
+
|
3178
3173
|
}
|
3179
3174
|
export {};
|
3180
3175
|
|
@@ -3202,7 +3197,7 @@ export class SpriteManagerPropertyGridComponent extends React.Component<ISpriteM
|
|
3202
3197
|
loadFromFile(file: File): void;
|
3203
3198
|
loadFromSnippet(): void;
|
3204
3199
|
saveToSnippet(): void;
|
3205
|
-
|
3200
|
+
|
3206
3201
|
}
|
3207
3202
|
export {};
|
3208
3203
|
|
@@ -3233,7 +3228,7 @@ export class SpritePropertyGridComponent extends React.Component<ISpriteProperty
|
|
3233
3228
|
componentDidUpdate(): void;
|
3234
3229
|
shouldComponentUpdate(nextProps: ISpritePropertyGridComponentProps): boolean;
|
3235
3230
|
updatePreview(): void;
|
3236
|
-
|
3231
|
+
|
3237
3232
|
}
|
3238
3233
|
export {};
|
3239
3234
|
|
@@ -3253,13 +3248,12 @@ interface IVariantsPropertyGridComponentProps {
|
|
3253
3248
|
export class VariantsPropertyGridComponent extends React.Component<IVariantsPropertyGridComponentProps> {
|
3254
3249
|
constructor(props: IVariantsPropertyGridComponentProps);
|
3255
3250
|
private _getVariantsExtension;
|
3256
|
-
|
3251
|
+
|
3257
3252
|
}
|
3258
3253
|
export {};
|
3259
3254
|
|
3260
3255
|
}
|
3261
3256
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGridTabComponent" {
|
3262
|
-
/// <reference types="react" />
|
3263
3257
|
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3264
3258
|
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3265
3259
|
export class PropertyGridTabComponent extends PaneComponent {
|
@@ -3269,23 +3263,21 @@ export class PropertyGridTabComponent extends PaneComponent {
|
|
3269
3263
|
timerRefresh(): void;
|
3270
3264
|
componentDidMount(): void;
|
3271
3265
|
componentWillUnmount(): void;
|
3272
|
-
|
3273
|
-
|
3266
|
+
|
3267
|
+
|
3274
3268
|
}
|
3275
3269
|
|
3276
3270
|
}
|
3277
3271
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/settingsTabComponent" {
|
3278
|
-
/// <reference types="react" />
|
3279
3272
|
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3280
3273
|
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3281
3274
|
export class SettingsTabComponent extends PaneComponent {
|
3282
3275
|
constructor(props: IPaneComponentProps);
|
3283
|
-
|
3276
|
+
|
3284
3277
|
}
|
3285
3278
|
|
3286
3279
|
}
|
3287
3280
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/statisticsTabComponent" {
|
3288
|
-
/// <reference types="react" />
|
3289
3281
|
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3290
3282
|
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3291
3283
|
export class StatisticsTabComponent extends PaneComponent {
|
@@ -3294,7 +3286,7 @@ export class StatisticsTabComponent extends PaneComponent {
|
|
3294
3286
|
private _timerIntervalId;
|
3295
3287
|
constructor(props: IPaneComponentProps);
|
3296
3288
|
componentWillUnmount(): void;
|
3297
|
-
|
3289
|
+
|
3298
3290
|
}
|
3299
3291
|
|
3300
3292
|
}
|
@@ -3314,14 +3306,13 @@ export class GLTFComponent extends React.Component<IGLTFComponentProps> {
|
|
3314
3306
|
prepareText(singularForm: string, count: number): string;
|
3315
3307
|
componentDidMount(): void;
|
3316
3308
|
componentWillUnmount(): void;
|
3317
|
-
|
3318
|
-
|
3309
|
+
|
3310
|
+
|
3319
3311
|
}
|
3320
3312
|
export {};
|
3321
3313
|
|
3322
3314
|
}
|
3323
3315
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/toolsTabComponent" {
|
3324
|
-
/// <reference types="react" />
|
3325
3316
|
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3326
3317
|
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3327
3318
|
export class ToolsTabComponent extends PaneComponent {
|
@@ -3357,7 +3348,7 @@ export class ToolsTabComponent extends PaneComponent {
|
|
3357
3348
|
startRecording(): void;
|
3358
3349
|
applyDelta(file: File): void;
|
3359
3350
|
connectReflector(): void;
|
3360
|
-
|
3351
|
+
|
3361
3352
|
}
|
3362
3353
|
|
3363
3354
|
}
|
@@ -3372,8 +3363,8 @@ interface ITabsComponentProps {
|
|
3372
3363
|
export class TabsComponent extends React.Component<ITabsComponentProps> {
|
3373
3364
|
constructor(props: ITabsComponentProps);
|
3374
3365
|
onSelect(index: number): void;
|
3375
|
-
|
3376
|
-
|
3366
|
+
|
3367
|
+
|
3377
3368
|
}
|
3378
3369
|
export {};
|
3379
3370
|
|
@@ -3403,8 +3394,8 @@ export class EmbedHostComponent extends React.Component<IEmbedHostComponentProps
|
|
3403
3394
|
private _bottomPartRef;
|
3404
3395
|
constructor(props: IEmbedHostComponentProps);
|
3405
3396
|
componentDidMount(): void;
|
3406
|
-
|
3407
|
-
|
3397
|
+
|
3398
|
+
|
3408
3399
|
}
|
3409
3400
|
export {};
|
3410
3401
|
|
@@ -3838,8 +3829,8 @@ export class HeaderComponent extends React.Component<IHeaderComponentProps, {
|
|
3838
3829
|
componentDidMount(): void;
|
3839
3830
|
componentWillUnmount(): void;
|
3840
3831
|
goBack(): void;
|
3841
|
-
|
3842
|
-
|
3832
|
+
|
3833
|
+
|
3843
3834
|
}
|
3844
3835
|
|
3845
3836
|
}
|
@@ -3909,7 +3900,7 @@ interface IAnimationGroupItemComponentProps {
|
|
3909
3900
|
}
|
3910
3901
|
export class AnimationGroupItemComponent extends React.Component<IAnimationGroupItemComponentProps> {
|
3911
3902
|
constructor(props: IAnimationGroupItemComponentProps);
|
3912
|
-
|
3903
|
+
|
3913
3904
|
}
|
3914
3905
|
export {};
|
3915
3906
|
|
@@ -3925,7 +3916,7 @@ interface IBoneTreeItemComponentProps {
|
|
3925
3916
|
}
|
3926
3917
|
export class BoneTreeItemComponent extends React.Component<IBoneTreeItemComponentProps> {
|
3927
3918
|
constructor(props: IBoneTreeItemComponentProps);
|
3928
|
-
|
3919
|
+
|
3929
3920
|
}
|
3930
3921
|
export {};
|
3931
3922
|
|
@@ -3952,7 +3943,7 @@ export class CameraTreeItemComponent extends React.Component<ICameraTreeItemComp
|
|
3952
3943
|
componentDidMount(): void;
|
3953
3944
|
componentWillUnmount(): void;
|
3954
3945
|
toggleGizmo(): void;
|
3955
|
-
|
3946
|
+
|
3956
3947
|
}
|
3957
3948
|
export {};
|
3958
3949
|
|
@@ -3968,7 +3959,7 @@ interface IEffectLayerItemComponenttProps {
|
|
3968
3959
|
}
|
3969
3960
|
export class EffectLayerItemComponent extends React.Component<IEffectLayerItemComponenttProps> {
|
3970
3961
|
constructor(props: IEffectLayerItemComponenttProps);
|
3971
|
-
|
3962
|
+
|
3972
3963
|
}
|
3973
3964
|
export {};
|
3974
3965
|
|
@@ -3991,7 +3982,7 @@ export class AdvancedDynamicTextureTreeItemComponent extends React.Component<IAd
|
|
3991
3982
|
constructor(props: IAdvancedDynamicTextureTreeItemComponentProps);
|
3992
3983
|
componentWillUnmount(): void;
|
3993
3984
|
onPickingMode(): void;
|
3994
|
-
|
3985
|
+
|
3995
3986
|
}
|
3996
3987
|
export {};
|
3997
3988
|
|
@@ -4012,7 +4003,7 @@ export class ControlTreeItemComponent extends React.Component<IControlTreeItemCo
|
|
4012
4003
|
constructor(props: IControlTreeItemComponentProps);
|
4013
4004
|
highlight(): void;
|
4014
4005
|
switchVisibility(): void;
|
4015
|
-
|
4006
|
+
|
4016
4007
|
}
|
4017
4008
|
export {};
|
4018
4009
|
|
@@ -4059,7 +4050,7 @@ export class LightTreeItemComponent extends React.Component<ILightTreeItemCompon
|
|
4059
4050
|
constructor(props: ILightTreeItemComponentProps);
|
4060
4051
|
switchIsEnabled(): void;
|
4061
4052
|
toggleGizmo(): void;
|
4062
|
-
|
4053
|
+
|
4063
4054
|
}
|
4064
4055
|
export {};
|
4065
4056
|
|
@@ -4076,7 +4067,7 @@ interface IMaterialTreeItemComponentProps {
|
|
4076
4067
|
}
|
4077
4068
|
export class MaterialTreeItemComponent extends React.Component<IMaterialTreeItemComponentProps> {
|
4078
4069
|
constructor(props: IMaterialTreeItemComponentProps);
|
4079
|
-
|
4070
|
+
|
4080
4071
|
}
|
4081
4072
|
export {};
|
4082
4073
|
|
@@ -4101,7 +4092,8 @@ export class MeshTreeItemComponent extends React.Component<IMeshTreeItemComponen
|
|
4101
4092
|
showBoundingBox(): void;
|
4102
4093
|
switchVisibility(): void;
|
4103
4094
|
private _getNameForLabel;
|
4104
|
-
|
4095
|
+
private _editGeometry;
|
4096
|
+
|
4105
4097
|
}
|
4106
4098
|
export {};
|
4107
4099
|
|
@@ -4117,7 +4109,7 @@ interface IParticleSystemTreeItemComponentProps {
|
|
4117
4109
|
}
|
4118
4110
|
export class ParticleSystemTreeItemComponent extends React.Component<IParticleSystemTreeItemComponentProps> {
|
4119
4111
|
constructor(props: IParticleSystemTreeItemComponentProps);
|
4120
|
-
|
4112
|
+
|
4121
4113
|
}
|
4122
4114
|
export {};
|
4123
4115
|
|
@@ -4133,7 +4125,7 @@ interface IPostProcessItemComponentProps {
|
|
4133
4125
|
}
|
4134
4126
|
export class PostProcessItemComponent extends React.Component<IPostProcessItemComponentProps> {
|
4135
4127
|
constructor(props: IPostProcessItemComponentProps);
|
4136
|
-
|
4128
|
+
|
4137
4129
|
}
|
4138
4130
|
export {};
|
4139
4131
|
|
@@ -4149,7 +4141,7 @@ interface IRenderPipelineItemComponenttProps {
|
|
4149
4141
|
}
|
4150
4142
|
export class RenderingPipelineItemComponent extends React.Component<IRenderPipelineItemComponenttProps> {
|
4151
4143
|
constructor(props: IRenderPipelineItemComponenttProps);
|
4152
|
-
|
4144
|
+
|
4153
4145
|
}
|
4154
4146
|
export {};
|
4155
4147
|
|
@@ -4196,7 +4188,7 @@ export class SceneTreeItemComponent extends React.Component<ISceneTreeItemCompon
|
|
4196
4188
|
onCoordinatesMode(): void;
|
4197
4189
|
onPickingMode(): void;
|
4198
4190
|
setGizmoMode(mode: number): void;
|
4199
|
-
|
4191
|
+
|
4200
4192
|
}
|
4201
4193
|
export {};
|
4202
4194
|
|
@@ -4212,7 +4204,7 @@ interface ISkeletonTreeItemComponentProps {
|
|
4212
4204
|
}
|
4213
4205
|
export class SkeletonTreeItemComponent extends React.Component<ISkeletonTreeItemComponentProps> {
|
4214
4206
|
constructor(props: ISkeletonTreeItemComponentProps);
|
4215
|
-
|
4207
|
+
|
4216
4208
|
}
|
4217
4209
|
export {};
|
4218
4210
|
|
@@ -4228,7 +4220,7 @@ interface ISoundTreeItemComponentProps {
|
|
4228
4220
|
}
|
4229
4221
|
export class SoundTreeItemComponent extends React.Component<ISoundTreeItemComponentProps> {
|
4230
4222
|
constructor(props: ISoundTreeItemComponentProps);
|
4231
|
-
|
4223
|
+
|
4232
4224
|
}
|
4233
4225
|
export {};
|
4234
4226
|
|
@@ -4244,7 +4236,7 @@ interface ISpriteManagerTreeItemComponentProps {
|
|
4244
4236
|
}
|
4245
4237
|
export class SpriteManagerTreeItemComponent extends React.Component<ISpriteManagerTreeItemComponentProps> {
|
4246
4238
|
constructor(props: ISpriteManagerTreeItemComponentProps);
|
4247
|
-
|
4239
|
+
|
4248
4240
|
}
|
4249
4241
|
export {};
|
4250
4242
|
|
@@ -4260,7 +4252,7 @@ interface ISpriteTreeItemComponentProps {
|
|
4260
4252
|
}
|
4261
4253
|
export class SpriteTreeItemComponent extends React.Component<ISpriteTreeItemComponentProps> {
|
4262
4254
|
constructor(props: ISpriteTreeItemComponentProps);
|
4263
|
-
|
4255
|
+
|
4264
4256
|
}
|
4265
4257
|
export {};
|
4266
4258
|
|
@@ -4276,7 +4268,7 @@ interface ITargetedAnimationItemComponentProps {
|
|
4276
4268
|
}
|
4277
4269
|
export class TargetedAnimationItemComponent extends React.Component<ITargetedAnimationItemComponentProps> {
|
4278
4270
|
constructor(props: ITargetedAnimationItemComponentProps);
|
4279
|
-
|
4271
|
+
|
4280
4272
|
}
|
4281
4273
|
export {};
|
4282
4274
|
|
@@ -4292,7 +4284,7 @@ interface ITextureTreeItemComponentProps {
|
|
4292
4284
|
}
|
4293
4285
|
export class TextureTreeItemComponent extends React.Component<ITextureTreeItemComponentProps> {
|
4294
4286
|
constructor(props: ITextureTreeItemComponentProps);
|
4295
|
-
|
4287
|
+
|
4296
4288
|
}
|
4297
4289
|
export {};
|
4298
4290
|
|
@@ -4308,7 +4300,7 @@ interface ITransformNodeItemComponentProps {
|
|
4308
4300
|
}
|
4309
4301
|
export class TransformNodeItemComponent extends React.Component<ITransformNodeItemComponentProps> {
|
4310
4302
|
constructor(props: ITransformNodeItemComponentProps);
|
4311
|
-
|
4303
|
+
|
4312
4304
|
}
|
4313
4305
|
export {};
|
4314
4306
|
|
@@ -4329,7 +4321,7 @@ export class ExtensionsComponent extends React.Component<IExtensionsComponentPro
|
|
4329
4321
|
showPopup(): void;
|
4330
4322
|
componentDidMount(): void;
|
4331
4323
|
componentDidUpdate(): void;
|
4332
|
-
|
4324
|
+
|
4333
4325
|
}
|
4334
4326
|
export {};
|
4335
4327
|
|
@@ -4350,7 +4342,7 @@ interface ISceneExplorerFilterComponentProps {
|
|
4350
4342
|
}
|
4351
4343
|
export class SceneExplorerFilterComponent extends React.Component<ISceneExplorerFilterComponentProps> {
|
4352
4344
|
constructor(props: ISceneExplorerFilterComponentProps);
|
4353
|
-
|
4345
|
+
|
4354
4346
|
}
|
4355
4347
|
interface ISceneExplorerComponentProps {
|
4356
4348
|
scene: Scene;
|
@@ -4397,10 +4389,10 @@ export class SceneExplorerComponent extends React.Component<ISceneExplorerCompon
|
|
4397
4389
|
private _getMaterialsContextMenus;
|
4398
4390
|
private _getSpriteManagersContextMenus;
|
4399
4391
|
private _getParticleSystemsContextMenus;
|
4400
|
-
|
4392
|
+
|
4401
4393
|
onClose(): void;
|
4402
4394
|
onPopup(): void;
|
4403
|
-
|
4395
|
+
|
4404
4396
|
}
|
4405
4397
|
export {};
|
4406
4398
|
|
@@ -4435,8 +4427,8 @@ export class TreeItemComponent extends React.Component<ITreeItemComponentProps,
|
|
4435
4427
|
isExpanded: boolean;
|
4436
4428
|
}): boolean;
|
4437
4429
|
expandAll(expand: boolean): void;
|
4438
|
-
|
4439
|
-
|
4430
|
+
|
4431
|
+
|
4440
4432
|
}
|
4441
4433
|
|
4442
4434
|
}
|
@@ -4452,7 +4444,7 @@ interface ITreeItemLabelComponentProps {
|
|
4452
4444
|
export class TreeItemLabelComponent extends React.Component<ITreeItemLabelComponentProps> {
|
4453
4445
|
constructor(props: ITreeItemLabelComponentProps);
|
4454
4446
|
onClick(): void;
|
4455
|
-
|
4447
|
+
|
4456
4448
|
}
|
4457
4449
|
export {};
|
4458
4450
|
|
@@ -4488,8 +4480,8 @@ export class TreeItemSelectableComponent extends React.Component<ITreeItemSelect
|
|
4488
4480
|
componentDidMount(): void;
|
4489
4481
|
componentDidUpdate(): void;
|
4490
4482
|
onSelect(): void;
|
4491
|
-
|
4492
|
-
|
4483
|
+
|
4484
|
+
|
4493
4485
|
}
|
4494
4486
|
|
4495
4487
|
}
|
@@ -4509,7 +4501,7 @@ interface ITreeItemSpecializedComponentProps {
|
|
4509
4501
|
export class TreeItemSpecializedComponent extends React.Component<ITreeItemSpecializedComponentProps> {
|
4510
4502
|
constructor(props: ITreeItemSpecializedComponentProps);
|
4511
4503
|
onClick(): void;
|
4512
|
-
|
4504
|
+
|
4513
4505
|
}
|
4514
4506
|
export {};
|
4515
4507
|
|
@@ -4662,7 +4654,7 @@ export class ColorComponentEntry extends React.Component<IColorComponentEntryPro
|
|
4662
4654
|
updateValue(valueString: string): void;
|
4663
4655
|
lock(): void;
|
4664
4656
|
unlock(): void;
|
4665
|
-
|
4657
|
+
|
4666
4658
|
}
|
4667
4659
|
|
4668
4660
|
}
|
@@ -4708,7 +4700,7 @@ export class ColorPicker extends React.Component<IColorPickerProps, IColorPicker
|
|
4708
4700
|
private _evaluateHue;
|
4709
4701
|
componentDidUpdate(): void;
|
4710
4702
|
raiseOnColorChanged(): void;
|
4711
|
-
|
4703
|
+
|
4712
4704
|
}
|
4713
4705
|
|
4714
4706
|
}
|
@@ -4731,7 +4723,7 @@ export class HexColor extends React.Component<IHexColorProps, {
|
|
4731
4723
|
lock(): void;
|
4732
4724
|
unlock(): void;
|
4733
4725
|
updateHexValue(valueString: string): void;
|
4734
|
-
|
4726
|
+
|
4735
4727
|
}
|
4736
4728
|
|
4737
4729
|
}
|
@@ -4792,7 +4784,7 @@ export class CommandDropdownComponent extends React.Component<ICommandDropdownCo
|
|
4792
4784
|
activeState: string;
|
4793
4785
|
}> {
|
4794
4786
|
constructor(props: ICommandDropdownComponentProps);
|
4795
|
-
|
4787
|
+
|
4796
4788
|
}
|
4797
4789
|
export {};
|
4798
4790
|
|
@@ -4833,7 +4825,7 @@ export class ColorComponentEntry extends React.Component<IColorComponentEntryPro
|
|
4833
4825
|
updateValue(valueString: string): void;
|
4834
4826
|
lock(): void;
|
4835
4827
|
unlock(): void;
|
4836
|
-
|
4828
|
+
|
4837
4829
|
}
|
4838
4830
|
|
4839
4831
|
}
|
@@ -4879,7 +4871,7 @@ export class ColorPicker extends React.Component<IColorPickerProps, IColorPicker
|
|
4879
4871
|
private _evaluateHue;
|
4880
4872
|
componentDidUpdate(): void;
|
4881
4873
|
raiseOnColorChanged(): void;
|
4882
|
-
|
4874
|
+
|
4883
4875
|
}
|
4884
4876
|
|
4885
4877
|
}
|
@@ -4902,7 +4894,7 @@ export class HexColor extends React.Component<IHexColorProps, {
|
|
4902
4894
|
lock(): void;
|
4903
4895
|
unlock(): void;
|
4904
4896
|
updateHexValue(valueString: string): void;
|
4905
|
-
|
4897
|
+
|
4906
4898
|
}
|
4907
4899
|
|
4908
4900
|
}
|
@@ -5342,7 +5334,7 @@ export class ColorLineComponent extends React.Component<IColorLineComponentProps
|
|
5342
5334
|
copyToClipboard(): void;
|
5343
5335
|
private _convertToColor;
|
5344
5336
|
private _toColor3;
|
5345
|
-
|
5337
|
+
|
5346
5338
|
}
|
5347
5339
|
export {};
|
5348
5340
|
|
@@ -5378,7 +5370,7 @@ export class ColorPickerLineComponent extends React.Component<IColorPickerCompon
|
|
5378
5370
|
}>): string;
|
5379
5371
|
componentDidUpdate(): void;
|
5380
5372
|
componentDidMount(): void;
|
5381
|
-
|
5373
|
+
|
5382
5374
|
}
|
5383
5375
|
export {};
|
5384
5376
|
|
@@ -5398,7 +5390,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
5398
5390
|
private _uploadInputRef;
|
5399
5391
|
constructor(props: IFileButtonLineComponentProps);
|
5400
5392
|
onChange(evt: any): void;
|
5401
|
-
|
5393
|
+
|
5402
5394
|
}
|
5403
5395
|
|
5404
5396
|
}
|
@@ -5431,13 +5423,12 @@ export class NumericInputComponent extends React.Component<INumericInputComponen
|
|
5431
5423
|
onBlur(): void;
|
5432
5424
|
incrementValue(amount: number): void;
|
5433
5425
|
onKeyDown(evt: React.KeyboardEvent<HTMLInputElement>): void;
|
5434
|
-
|
5426
|
+
|
5435
5427
|
}
|
5436
5428
|
export {};
|
5437
5429
|
|
5438
5430
|
}
|
5439
5431
|
declare module "@babylonjs/inspector/components/lines/OptionsLineComponent" {
|
5440
|
-
/// <reference types="react" />
|
5441
5432
|
/**
|
5442
5433
|
* This components represents an options menu with optional
|
5443
5434
|
* customizable properties. Option IDs should be unique.
|
@@ -5456,7 +5447,7 @@ export interface IOptionsLineComponentProps {
|
|
5456
5447
|
validateNewOptionValue?: (newOptionValue: string) => boolean;
|
5457
5448
|
addOptionText?: string;
|
5458
5449
|
}
|
5459
|
-
|
5450
|
+
|
5460
5451
|
|
5461
5452
|
}
|
5462
5453
|
declare module "@babylonjs/inspector/components/MessageDialog" {
|
@@ -5705,7 +5696,7 @@ export interface INodeRendererProps {
|
|
5705
5696
|
* @param props
|
5706
5697
|
* @returns
|
5707
5698
|
*/
|
5708
|
-
|
5699
|
+
|
5709
5700
|
|
5710
5701
|
}
|
5711
5702
|
declare module "@babylonjs/inspector/components/reactGraphSystem/useGraphContext" {
|
@@ -5717,7 +5708,6 @@ export const useGraphContext: () => import("@babylonjs/inspector/components/reac
|
|
5717
5708
|
|
5718
5709
|
}
|
5719
5710
|
declare module "@babylonjs/inspector/components/TextInputWithSubmit" {
|
5720
|
-
/// <reference types="react" />
|
5721
5711
|
export interface ITextInputProps {
|
5722
5712
|
label?: string;
|
5723
5713
|
placeholder?: string;
|
@@ -5730,7 +5720,7 @@ export interface ITextInputProps {
|
|
5730
5720
|
* @param props properties
|
5731
5721
|
* @returns TextInputWithSubmit element
|
5732
5722
|
*/
|
5733
|
-
|
5723
|
+
|
5734
5724
|
|
5735
5725
|
}
|
5736
5726
|
declare module "@babylonjs/inspector/components/Toggle" {
|
@@ -5754,7 +5744,7 @@ export interface IBooleanLineComponentProps {
|
|
5754
5744
|
}
|
5755
5745
|
export class BooleanLineComponent extends React.Component<IBooleanLineComponentProps> {
|
5756
5746
|
constructor(props: IBooleanLineComponentProps);
|
5757
|
-
|
5747
|
+
|
5758
5748
|
}
|
5759
5749
|
|
5760
5750
|
}
|
@@ -5769,7 +5759,7 @@ export interface IButtonLineComponentProps {
|
|
5769
5759
|
}
|
5770
5760
|
export class ButtonLineComponent extends React.Component<IButtonLineComponentProps> {
|
5771
5761
|
constructor(props: IButtonLineComponentProps);
|
5772
|
-
|
5762
|
+
|
5773
5763
|
}
|
5774
5764
|
|
5775
5765
|
}
|
@@ -5808,7 +5798,7 @@ export class CheckBoxLineComponent extends React.Component<ICheckBoxLineComponen
|
|
5808
5798
|
isConflict: boolean;
|
5809
5799
|
}): boolean;
|
5810
5800
|
onChange(): void;
|
5811
|
-
|
5801
|
+
|
5812
5802
|
}
|
5813
5803
|
|
5814
5804
|
}
|
@@ -5829,7 +5819,7 @@ export interface IColor3LineComponentProps {
|
|
5829
5819
|
onChange?: () => void;
|
5830
5820
|
}
|
5831
5821
|
export class Color3LineComponent extends React.Component<IColor3LineComponentProps> {
|
5832
|
-
|
5822
|
+
|
5833
5823
|
}
|
5834
5824
|
|
5835
5825
|
}
|
@@ -5850,7 +5840,7 @@ export interface IColor4LineComponentProps {
|
|
5850
5840
|
lockObject: LockObject;
|
5851
5841
|
}
|
5852
5842
|
export class Color4LineComponent extends React.Component<IColor4LineComponentProps> {
|
5853
|
-
|
5843
|
+
|
5854
5844
|
}
|
5855
5845
|
|
5856
5846
|
}
|
@@ -5892,7 +5882,7 @@ export class ColorLineComponent extends React.Component<IColorLineComponentProps
|
|
5892
5882
|
copyToClipboard(): void;
|
5893
5883
|
private _convertToColor;
|
5894
5884
|
private _toColor3;
|
5895
|
-
|
5885
|
+
|
5896
5886
|
}
|
5897
5887
|
export {};
|
5898
5888
|
|
@@ -5926,7 +5916,7 @@ export class ColorPickerLineComponent extends React.Component<IColorPickerCompon
|
|
5926
5916
|
}>): string;
|
5927
5917
|
componentDidUpdate(): void;
|
5928
5918
|
componentDidMount(): void;
|
5929
|
-
|
5919
|
+
|
5930
5920
|
}
|
5931
5921
|
export {};
|
5932
5922
|
|
@@ -5939,7 +5929,7 @@ export interface IButtonLineComponentProps {
|
|
5939
5929
|
}
|
5940
5930
|
export class DraggableLineComponent extends React.Component<IButtonLineComponentProps> {
|
5941
5931
|
constructor(props: IButtonLineComponentProps);
|
5942
|
-
|
5932
|
+
|
5943
5933
|
}
|
5944
5934
|
|
5945
5935
|
}
|
@@ -5958,7 +5948,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
5958
5948
|
private _uploadInputRef;
|
5959
5949
|
constructor(props: IFileButtonLineComponentProps);
|
5960
5950
|
onChange(evt: any): void;
|
5961
|
-
|
5951
|
+
|
5962
5952
|
}
|
5963
5953
|
export {};
|
5964
5954
|
|
@@ -5978,7 +5968,7 @@ export class FileMultipleButtonLineComponent extends React.Component<IFileMultip
|
|
5978
5968
|
private _uploadInputRef;
|
5979
5969
|
constructor(props: IFileMultipleButtonLineComponentProps);
|
5980
5970
|
onChange(evt: any): void;
|
5981
|
-
|
5971
|
+
|
5982
5972
|
}
|
5983
5973
|
export {};
|
5984
5974
|
|
@@ -6032,7 +6022,7 @@ export class FloatLineComponent extends React.Component<IFloatLineComponentProps
|
|
6032
6022
|
unlock(): void;
|
6033
6023
|
incrementValue(amount: number, processStep?: boolean): void;
|
6034
6024
|
onKeyDown(event: React.KeyboardEvent<HTMLInputElement>): void;
|
6035
|
-
|
6025
|
+
|
6036
6026
|
}
|
6037
6027
|
export {};
|
6038
6028
|
|
@@ -6075,7 +6065,7 @@ export class HexLineComponent extends React.Component<IHexLineComponentProps, {
|
|
6075
6065
|
updateValue(valueString: string, raisePropertyChanged: boolean): void;
|
6076
6066
|
lock(): void;
|
6077
6067
|
unlock(): void;
|
6078
|
-
|
6068
|
+
|
6079
6069
|
}
|
6080
6070
|
export {};
|
6081
6071
|
|
@@ -6090,7 +6080,7 @@ export interface IIconButtonLineComponentProps {
|
|
6090
6080
|
}
|
6091
6081
|
export class IconButtonLineComponent extends React.Component<IIconButtonLineComponentProps> {
|
6092
6082
|
constructor(props: IIconButtonLineComponentProps);
|
6093
|
-
|
6083
|
+
|
6094
6084
|
}
|
6095
6085
|
|
6096
6086
|
}
|
@@ -6101,7 +6091,7 @@ interface IIconComponentProps {
|
|
6101
6091
|
label?: string;
|
6102
6092
|
}
|
6103
6093
|
export class IconComponent extends React.Component<IIconComponentProps> {
|
6104
|
-
|
6094
|
+
|
6105
6095
|
}
|
6106
6096
|
export {};
|
6107
6097
|
|
@@ -6119,8 +6109,8 @@ interface IIndentedTextLineComponentProps {
|
|
6119
6109
|
export class IndentedTextLineComponent extends React.Component<IIndentedTextLineComponentProps> {
|
6120
6110
|
constructor(props: IIndentedTextLineComponentProps);
|
6121
6111
|
onLink(): void;
|
6122
|
-
|
6123
|
-
|
6112
|
+
|
6113
|
+
|
6124
6114
|
}
|
6125
6115
|
export {};
|
6126
6116
|
|
@@ -6136,7 +6126,7 @@ export class InputArrowsComponent extends React.Component<IInputArrowsComponentP
|
|
6136
6126
|
private _drag;
|
6137
6127
|
private _releaseListener;
|
6138
6128
|
private _lockChangeListener;
|
6139
|
-
|
6129
|
+
|
6140
6130
|
}
|
6141
6131
|
export {};
|
6142
6132
|
|
@@ -6163,9 +6153,9 @@ export class LineContainerComponent extends React.Component<ILineContainerCompon
|
|
6163
6153
|
}> {
|
6164
6154
|
constructor(props: ILineContainerComponentProps);
|
6165
6155
|
switchExpandedState(): void;
|
6166
|
-
|
6156
|
+
|
6167
6157
|
componentDidMount(): void;
|
6168
|
-
|
6158
|
+
|
6169
6159
|
}
|
6170
6160
|
export {};
|
6171
6161
|
|
@@ -6184,7 +6174,7 @@ interface ILinkButtonComponentProps {
|
|
6184
6174
|
export class LinkButtonComponent extends React.Component<ILinkButtonComponentProps> {
|
6185
6175
|
constructor(props: ILinkButtonComponentProps);
|
6186
6176
|
onLink(): void;
|
6187
|
-
|
6177
|
+
|
6188
6178
|
}
|
6189
6179
|
export {};
|
6190
6180
|
|
@@ -6223,7 +6213,7 @@ export class MatrixLineComponent extends React.Component<IMatrixLineComponentPro
|
|
6223
6213
|
updateMatrix(): void;
|
6224
6214
|
updateRow(value: Vector4, row: number): void;
|
6225
6215
|
updateBasedOnMode(value: number): void;
|
6226
|
-
|
6216
|
+
|
6227
6217
|
}
|
6228
6218
|
export {};
|
6229
6219
|
|
@@ -6238,7 +6228,7 @@ interface IMessageLineComponentProps {
|
|
6238
6228
|
}
|
6239
6229
|
export class MessageLineComponent extends React.Component<IMessageLineComponentProps> {
|
6240
6230
|
constructor(props: IMessageLineComponentProps);
|
6241
|
-
|
6231
|
+
|
6242
6232
|
}
|
6243
6233
|
export {};
|
6244
6234
|
|
@@ -6272,7 +6262,7 @@ export class NumericInputComponent extends React.Component<INumericInputComponen
|
|
6272
6262
|
onBlur(): void;
|
6273
6263
|
incrementValue(amount: number): void;
|
6274
6264
|
onKeyDown(evt: React.KeyboardEvent<HTMLInputElement>): void;
|
6275
|
-
|
6265
|
+
|
6276
6266
|
}
|
6277
6267
|
export {};
|
6278
6268
|
|
@@ -6313,7 +6303,7 @@ export class OptionsLineComponent extends React.Component<IOptionsLineComponentP
|
|
6313
6303
|
raiseOnPropertyChanged(newValue: number, previousValue: number): void;
|
6314
6304
|
setValue(value: string | number): void;
|
6315
6305
|
updateValue(valueString: string): void;
|
6316
|
-
|
6306
|
+
|
6317
6307
|
}
|
6318
6308
|
|
6319
6309
|
}
|
@@ -6343,7 +6333,7 @@ export class RadioButtonLineComponent extends React.Component<IRadioButtonLineCo
|
|
6343
6333
|
componentDidMount(): void;
|
6344
6334
|
componentWillUnmount(): void;
|
6345
6335
|
onChange(): void;
|
6346
|
-
|
6336
|
+
|
6347
6337
|
}
|
6348
6338
|
export {};
|
6349
6339
|
|
@@ -6383,7 +6373,7 @@ export class SliderLineComponent extends React.Component<ISliderLineComponentPro
|
|
6383
6373
|
onChange(newValueString: any): void;
|
6384
6374
|
onInput(newValueString: any): void;
|
6385
6375
|
prepareDataToRead(value: number): number;
|
6386
|
-
|
6376
|
+
|
6387
6377
|
}
|
6388
6378
|
export {};
|
6389
6379
|
|
@@ -6451,7 +6441,7 @@ export class TextInputLineComponent extends React.Component<ITextInputLineCompon
|
|
6451
6441
|
updateValue(value: string, valueToValidate?: string): void;
|
6452
6442
|
incrementValue(amount: number): void;
|
6453
6443
|
onKeyDown(event: React.KeyboardEvent): void;
|
6454
|
-
|
6444
|
+
|
6455
6445
|
}
|
6456
6446
|
|
6457
6447
|
}
|
@@ -6473,20 +6463,19 @@ interface ITextLineComponentProps {
|
|
6473
6463
|
export class TextLineComponent extends React.Component<ITextLineComponentProps> {
|
6474
6464
|
constructor(props: ITextLineComponentProps);
|
6475
6465
|
onLink(): void;
|
6476
|
-
|
6477
|
-
|
6466
|
+
|
6467
|
+
|
6478
6468
|
}
|
6479
6469
|
export {};
|
6480
6470
|
|
6481
6471
|
}
|
6482
6472
|
declare module "@babylonjs/inspector/lines/unitButton" {
|
6483
|
-
/// <reference types="react" />
|
6484
6473
|
interface IUnitButtonProps {
|
6485
6474
|
unit: string;
|
6486
6475
|
locked?: boolean;
|
6487
6476
|
onClick?: (unit: string) => void;
|
6488
6477
|
}
|
6489
|
-
|
6478
|
+
|
6490
6479
|
export {};
|
6491
6480
|
|
6492
6481
|
}
|
@@ -6503,7 +6492,7 @@ interface IValueLineComponentProps {
|
|
6503
6492
|
}
|
6504
6493
|
export class ValueLineComponent extends React.Component<IValueLineComponentProps> {
|
6505
6494
|
constructor(props: IValueLineComponentProps);
|
6506
|
-
|
6495
|
+
|
6507
6496
|
}
|
6508
6497
|
export {};
|
6509
6498
|
|
@@ -6542,7 +6531,7 @@ export class Vector2LineComponent extends React.Component<IVector2LineComponentP
|
|
6542
6531
|
raiseOnPropertyChanged(previousValue: Vector2): void;
|
6543
6532
|
updateStateX(value: number): void;
|
6544
6533
|
updateStateY(value: number): void;
|
6545
|
-
|
6534
|
+
|
6546
6535
|
}
|
6547
6536
|
export {};
|
6548
6537
|
|
@@ -6586,7 +6575,7 @@ export class Vector3LineComponent extends React.Component<IVector3LineComponentP
|
|
6586
6575
|
updateStateX(value: number): void;
|
6587
6576
|
updateStateY(value: number): void;
|
6588
6577
|
updateStateZ(value: number): void;
|
6589
|
-
|
6578
|
+
|
6590
6579
|
}
|
6591
6580
|
export {};
|
6592
6581
|
|
@@ -6631,7 +6620,7 @@ export class Vector4LineComponent extends React.Component<IVector4LineComponentP
|
|
6631
6620
|
updateStateY(value: number): void;
|
6632
6621
|
updateStateZ(value: number): void;
|
6633
6622
|
updateStateW(value: number): void;
|
6634
|
-
|
6623
|
+
|
6635
6624
|
}
|
6636
6625
|
export {};
|
6637
6626
|
|
@@ -6791,7 +6780,7 @@ export class GraphCanvasComponent extends React.Component<IGraphCanvasComponentP
|
|
6791
6780
|
processEditorData(editorData: IEditorData): void;
|
6792
6781
|
reOrganize(editorData?: Nullable<IEditorData>, isImportingAFrame?: boolean): void;
|
6793
6782
|
addFrame(frameData: IFrameData): void;
|
6794
|
-
|
6783
|
+
|
6795
6784
|
}
|
6796
6785
|
|
6797
6786
|
}
|
@@ -7286,7 +7275,7 @@ export class SearchBoxComponent extends React.Component<ISearchBoxComponentProps
|
|
7286
7275
|
onFilterChange(evt: React.ChangeEvent<HTMLInputElement>): void;
|
7287
7276
|
onNewNodeRequested(name: string): void;
|
7288
7277
|
onKeyDown(evt: React.KeyboardEvent): void;
|
7289
|
-
|
7278
|
+
|
7290
7279
|
}
|
7291
7280
|
|
7292
7281
|
}
|
@@ -7415,7 +7404,7 @@ interface ICheckboxPropertyGridComponentProps {
|
|
7415
7404
|
}
|
7416
7405
|
export class CheckboxPropertyGridComponent extends React.Component<ICheckboxPropertyGridComponentProps> {
|
7417
7406
|
constructor(props: ICheckboxPropertyGridComponentProps);
|
7418
|
-
|
7407
|
+
|
7419
7408
|
}
|
7420
7409
|
export {};
|
7421
7410
|
|
@@ -7433,7 +7422,7 @@ interface IColorPickerPropertyGridComponentProps {
|
|
7433
7422
|
}
|
7434
7423
|
export class ColorPickerPropertyGridComponent extends React.Component<IColorPickerPropertyGridComponentProps> {
|
7435
7424
|
constructor(props: IColorPickerPropertyGridComponentProps);
|
7436
|
-
|
7425
|
+
|
7437
7426
|
}
|
7438
7427
|
export {};
|
7439
7428
|
|
@@ -7452,8 +7441,8 @@ interface ICommonControlPropertyGridComponentProps {
|
|
7452
7441
|
}
|
7453
7442
|
export class CommonControlPropertyGridComponent extends React.Component<ICommonControlPropertyGridComponentProps> {
|
7454
7443
|
constructor(props: ICommonControlPropertyGridComponentProps);
|
7455
|
-
|
7456
|
-
|
7444
|
+
|
7445
|
+
|
7457
7446
|
}
|
7458
7447
|
export {};
|
7459
7448
|
|
@@ -7471,7 +7460,7 @@ interface IControlPropertyGridComponentProps {
|
|
7471
7460
|
}
|
7472
7461
|
export class ControlPropertyGridComponent extends React.Component<IControlPropertyGridComponentProps> {
|
7473
7462
|
constructor(props: IControlPropertyGridComponentProps);
|
7474
|
-
|
7463
|
+
|
7475
7464
|
}
|
7476
7465
|
export {};
|
7477
7466
|
|
@@ -7489,7 +7478,7 @@ interface IEllipsePropertyGridComponentProps {
|
|
7489
7478
|
}
|
7490
7479
|
export class EllipsePropertyGridComponent extends React.Component<IEllipsePropertyGridComponentProps> {
|
7491
7480
|
constructor(props: IEllipsePropertyGridComponentProps);
|
7492
|
-
|
7481
|
+
|
7493
7482
|
}
|
7494
7483
|
export {};
|
7495
7484
|
|
@@ -7507,9 +7496,9 @@ interface IGridPropertyGridComponentProps {
|
|
7507
7496
|
}
|
7508
7497
|
export class GridPropertyGridComponent extends React.Component<IGridPropertyGridComponentProps> {
|
7509
7498
|
constructor(props: IGridPropertyGridComponentProps);
|
7510
|
-
|
7511
|
-
|
7512
|
-
|
7499
|
+
|
7500
|
+
|
7501
|
+
|
7513
7502
|
}
|
7514
7503
|
export {};
|
7515
7504
|
|
@@ -7527,7 +7516,7 @@ interface IImageBasedSliderPropertyGridComponentProps {
|
|
7527
7516
|
}
|
7528
7517
|
export class ImageBasedSliderPropertyGridComponent extends React.Component<IImageBasedSliderPropertyGridComponentProps> {
|
7529
7518
|
constructor(props: IImageBasedSliderPropertyGridComponentProps);
|
7530
|
-
|
7519
|
+
|
7531
7520
|
}
|
7532
7521
|
export {};
|
7533
7522
|
|
@@ -7545,7 +7534,7 @@ interface IImagePropertyGridComponentProps {
|
|
7545
7534
|
}
|
7546
7535
|
export class ImagePropertyGridComponent extends React.Component<IImagePropertyGridComponentProps> {
|
7547
7536
|
constructor(props: IImagePropertyGridComponentProps);
|
7548
|
-
|
7537
|
+
|
7549
7538
|
}
|
7550
7539
|
export {};
|
7551
7540
|
|
@@ -7563,7 +7552,7 @@ interface IInputTextPropertyGridComponentProps {
|
|
7563
7552
|
}
|
7564
7553
|
export class InputTextPropertyGridComponent extends React.Component<IInputTextPropertyGridComponentProps> {
|
7565
7554
|
constructor(props: IInputTextPropertyGridComponentProps);
|
7566
|
-
|
7555
|
+
|
7567
7556
|
}
|
7568
7557
|
export {};
|
7569
7558
|
|
@@ -7582,7 +7571,7 @@ interface ILinePropertyGridComponentProps {
|
|
7582
7571
|
export class LinePropertyGridComponent extends React.Component<ILinePropertyGridComponentProps> {
|
7583
7572
|
constructor(props: ILinePropertyGridComponentProps);
|
7584
7573
|
onDashChange(value: string): void;
|
7585
|
-
|
7574
|
+
|
7586
7575
|
}
|
7587
7576
|
export {};
|
7588
7577
|
|
@@ -7600,7 +7589,7 @@ interface IRadioButtonPropertyGridComponentProps {
|
|
7600
7589
|
}
|
7601
7590
|
export class RadioButtonPropertyGridComponent extends React.Component<IRadioButtonPropertyGridComponentProps> {
|
7602
7591
|
constructor(props: IRadioButtonPropertyGridComponentProps);
|
7603
|
-
|
7592
|
+
|
7604
7593
|
}
|
7605
7594
|
export {};
|
7606
7595
|
|
@@ -7618,7 +7607,7 @@ interface IRectanglePropertyGridComponentProps {
|
|
7618
7607
|
}
|
7619
7608
|
export class RectanglePropertyGridComponent extends React.Component<IRectanglePropertyGridComponentProps> {
|
7620
7609
|
constructor(props: IRectanglePropertyGridComponentProps);
|
7621
|
-
|
7610
|
+
|
7622
7611
|
}
|
7623
7612
|
export {};
|
7624
7613
|
|
@@ -7636,7 +7625,7 @@ interface IScrollViewerPropertyGridComponentProps {
|
|
7636
7625
|
}
|
7637
7626
|
export class ScrollViewerPropertyGridComponent extends React.Component<IScrollViewerPropertyGridComponentProps> {
|
7638
7627
|
constructor(props: IScrollViewerPropertyGridComponentProps);
|
7639
|
-
|
7628
|
+
|
7640
7629
|
}
|
7641
7630
|
export {};
|
7642
7631
|
|
@@ -7654,7 +7643,7 @@ interface ISliderPropertyGridComponentProps {
|
|
7654
7643
|
}
|
7655
7644
|
export class SliderPropertyGridComponent extends React.Component<ISliderPropertyGridComponentProps> {
|
7656
7645
|
constructor(props: ISliderPropertyGridComponentProps);
|
7657
|
-
|
7646
|
+
|
7658
7647
|
}
|
7659
7648
|
export {};
|
7660
7649
|
|
@@ -7672,7 +7661,7 @@ interface IStackPanelPropertyGridComponentProps {
|
|
7672
7661
|
}
|
7673
7662
|
export class StackPanelPropertyGridComponent extends React.Component<IStackPanelPropertyGridComponentProps> {
|
7674
7663
|
constructor(props: IStackPanelPropertyGridComponentProps);
|
7675
|
-
|
7664
|
+
|
7676
7665
|
}
|
7677
7666
|
export {};
|
7678
7667
|
|
@@ -7690,7 +7679,7 @@ interface ITextBlockPropertyGridComponentProps {
|
|
7690
7679
|
}
|
7691
7680
|
export class TextBlockPropertyGridComponent extends React.Component<ITextBlockPropertyGridComponentProps> {
|
7692
7681
|
constructor(props: ITextBlockPropertyGridComponentProps);
|
7693
|
-
|
7682
|
+
|
7694
7683
|
}
|
7695
7684
|
export {};
|
7696
7685
|
|