@babylonjs/inspector 5.0.0 → 5.0.3
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.
|
@@ -163,14 +163,14 @@ export class TextureLinkLineComponent extends React.Component<ITextureLinkLineCo
|
|
|
163
163
|
}
|
|
164
164
|
declare module "@babylonjs/inspector/components/actionTabs/paneComponent" {
|
|
165
165
|
import * as React from "react";
|
|
166
|
-
|
|
166
|
+
|
|
167
167
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
168
168
|
import { Scene } from "@babylonjs/core/scene";
|
|
169
169
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
170
170
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
171
171
|
export interface IPaneComponentProps {
|
|
172
172
|
title: string;
|
|
173
|
-
icon:
|
|
173
|
+
icon: any;
|
|
174
174
|
scene: Scene;
|
|
175
175
|
selectedEntity?: any;
|
|
176
176
|
onSelectionChangedObservable?: Observable<any>;
|
|
@@ -313,7 +313,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
313
313
|
import { AnimationGroup } from "@babylonjs/core/Animations/animationGroup";
|
|
314
314
|
import { Scene } from "@babylonjs/core/scene";
|
|
315
315
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
316
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
316
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
317
317
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
318
318
|
interface IAnimationGroupGridComponentProps {
|
|
319
319
|
globalState: GlobalState;
|
|
@@ -349,7 +349,7 @@ import * as React from "react";
|
|
|
349
349
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
350
350
|
import { Scene } from "@babylonjs/core/scene";
|
|
351
351
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
352
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
352
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
353
353
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
354
354
|
import { IAnimatable } from "@babylonjs/core/Animations/animatable.interface";
|
|
355
355
|
interface IAnimationGridComponentProps {
|
|
@@ -1256,7 +1256,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
1256
1256
|
import { TargetedAnimation } from "@babylonjs/core/Animations/animationGroup";
|
|
1257
1257
|
import { Scene } from "@babylonjs/core/scene";
|
|
1258
1258
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1259
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1259
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1260
1260
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1261
1261
|
interface ITargetedAnimationGridComponentProps {
|
|
1262
1262
|
globalState: GlobalState;
|
|
@@ -1282,7 +1282,7 @@ import * as React from "react";
|
|
|
1282
1282
|
import { ArcRotateCamera } from "@babylonjs/core/Cameras/arcRotateCamera";
|
|
1283
1283
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1284
1284
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1285
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1285
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1286
1286
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1287
1287
|
interface IArcRotateCameraPropertyGridComponentProps {
|
|
1288
1288
|
globalState: GlobalState;
|
|
@@ -1302,7 +1302,7 @@ import * as React from "react";
|
|
|
1302
1302
|
import { Camera } from "@babylonjs/core/Cameras/camera";
|
|
1303
1303
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1304
1304
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1305
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1305
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1306
1306
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1307
1307
|
interface ICommonCameraPropertyGridComponentProps {
|
|
1308
1308
|
globalState: GlobalState;
|
|
@@ -1323,7 +1323,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/ca
|
|
|
1323
1323
|
import * as React from "react";
|
|
1324
1324
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1325
1325
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1326
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1326
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1327
1327
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1328
1328
|
import { FollowCamera } from "@babylonjs/core/Cameras/followCamera";
|
|
1329
1329
|
interface IFollowCameraPropertyGridComponentProps {
|
|
@@ -1344,7 +1344,7 @@ import * as React from "react";
|
|
|
1344
1344
|
import { FreeCamera } from "@babylonjs/core/Cameras/freeCamera";
|
|
1345
1345
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1346
1346
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1347
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1347
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1348
1348
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1349
1349
|
interface IFreeCameraPropertyGridComponentProps {
|
|
1350
1350
|
globalState: GlobalState;
|
|
@@ -1363,7 +1363,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/co
|
|
|
1363
1363
|
import * as React from "react";
|
|
1364
1364
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1365
1365
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1366
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1366
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1367
1367
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1368
1368
|
interface ICommonPropertyGridComponentProps {
|
|
1369
1369
|
globalState: GlobalState;
|
|
@@ -1387,7 +1387,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
1387
1387
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1388
1388
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1389
1389
|
import { IInspectable } from "@babylonjs/core/Misc/iInspectable";
|
|
1390
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1390
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1391
1391
|
interface ICustomPropertyGridComponentProps {
|
|
1392
1392
|
globalState: GlobalState;
|
|
1393
1393
|
target: any;
|
|
@@ -1409,7 +1409,7 @@ import * as React from "react";
|
|
|
1409
1409
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1410
1410
|
import { Scene } from "@babylonjs/core/scene";
|
|
1411
1411
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1412
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1412
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1413
1413
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1414
1414
|
interface IFogPropertyGridComponentProps {
|
|
1415
1415
|
globalState: GlobalState;
|
|
@@ -1430,7 +1430,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/la
|
|
|
1430
1430
|
import * as React from "react";
|
|
1431
1431
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1432
1432
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1433
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1433
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1434
1434
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1435
1435
|
import { IExplorerExtensibilityGroup } from "@babylonjs/core/Debug/debugLayer";
|
|
1436
1436
|
import { EffectLayer } from "@babylonjs/core/Layers/effectLayer";
|
|
@@ -1453,7 +1453,7 @@ import * as React from "react";
|
|
|
1453
1453
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1454
1454
|
import { Light } from "@babylonjs/core/Lights/light";
|
|
1455
1455
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1456
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1456
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1457
1457
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1458
1458
|
interface ICommonLightPropertyGridComponentProps {
|
|
1459
1459
|
globalState: GlobalState;
|
|
@@ -1473,7 +1473,7 @@ import * as React from "react";
|
|
|
1473
1473
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1474
1474
|
import { IShadowLight } from "@babylonjs/core/Lights/shadowLight";
|
|
1475
1475
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1476
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1476
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1477
1477
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1478
1478
|
interface ICommonShadowLightPropertyGridComponentProps {
|
|
1479
1479
|
globalState: GlobalState;
|
|
@@ -1496,7 +1496,7 @@ import * as React from "react";
|
|
|
1496
1496
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1497
1497
|
import { DirectionalLight } from "@babylonjs/core/Lights/directionalLight";
|
|
1498
1498
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1499
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1499
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1500
1500
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1501
1501
|
interface IDirectionalLightPropertyGridComponentProps {
|
|
1502
1502
|
globalState: GlobalState;
|
|
@@ -1517,7 +1517,7 @@ import * as React from "react";
|
|
|
1517
1517
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1518
1518
|
import { HemisphericLight } from "@babylonjs/core/Lights/hemisphericLight";
|
|
1519
1519
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1520
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1520
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1521
1521
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1522
1522
|
interface IHemisphericLightPropertyGridComponentProps {
|
|
1523
1523
|
globalState: GlobalState;
|
|
@@ -1537,7 +1537,7 @@ import * as React from "react";
|
|
|
1537
1537
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1538
1538
|
import { PointLight } from "@babylonjs/core/Lights/pointLight";
|
|
1539
1539
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1540
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1540
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1541
1541
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1542
1542
|
interface IPointLightPropertyGridComponentProps {
|
|
1543
1543
|
globalState: GlobalState;
|
|
@@ -1557,7 +1557,7 @@ import * as React from "react";
|
|
|
1557
1557
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1558
1558
|
import { SpotLight } from "@babylonjs/core/Lights/spotLight";
|
|
1559
1559
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1560
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1560
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1561
1561
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1562
1562
|
interface ISpotLightPropertyGridComponentProps {
|
|
1563
1563
|
globalState: GlobalState;
|
|
@@ -1577,7 +1577,7 @@ import * as React from "react";
|
|
|
1577
1577
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1578
1578
|
import { BackgroundMaterial } from "@babylonjs/core/Materials/Background/backgroundMaterial";
|
|
1579
1579
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1580
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1580
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1581
1581
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1582
1582
|
interface IBackgroundMaterialPropertyGridComponentProps {
|
|
1583
1583
|
globalState: GlobalState;
|
|
@@ -1600,7 +1600,7 @@ import * as React from "react";
|
|
|
1600
1600
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1601
1601
|
import { Material } from "@babylonjs/core/Materials/material";
|
|
1602
1602
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1603
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1603
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1604
1604
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1605
1605
|
interface ICommonMaterialPropertyGridComponentProps {
|
|
1606
1606
|
globalState: GlobalState;
|
|
@@ -1620,7 +1620,7 @@ import * as React from "react";
|
|
|
1620
1620
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1621
1621
|
import { Material } from "@babylonjs/core/Materials/material";
|
|
1622
1622
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1623
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1623
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1624
1624
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1625
1625
|
interface IMaterialPropertyGridComponentProps {
|
|
1626
1626
|
globalState: GlobalState;
|
|
@@ -1639,7 +1639,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/ma
|
|
|
1639
1639
|
import * as React from "react";
|
|
1640
1640
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1641
1641
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1642
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1642
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1643
1643
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1644
1644
|
import { Material } from "@babylonjs/core/Materials/material";
|
|
1645
1645
|
import { MultiMaterial } from "@babylonjs/core/Materials/multiMaterial";
|
|
@@ -1664,7 +1664,7 @@ import * as React from "react";
|
|
|
1664
1664
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1665
1665
|
import { NodeMaterial } from "@babylonjs/core/Materials/Node/nodeMaterial";
|
|
1666
1666
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1667
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1667
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1668
1668
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1669
1669
|
import { InputBlock } from "@babylonjs/core/Materials/Node/Blocks/Input/inputBlock";
|
|
1670
1670
|
interface INodeMaterialPropertyGridComponentProps {
|
|
@@ -1692,7 +1692,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
1692
1692
|
import { PBRMaterial } from "@babylonjs/core/Materials/PBR/pbrMaterial";
|
|
1693
1693
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1694
1694
|
import { TextureLinkLineComponent } from "@babylonjs/inspector/components/actionTabs/lines/textureLinkLineComponent";
|
|
1695
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1695
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1696
1696
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1697
1697
|
import "@babylonjs/core/Rendering/prePassRendererSceneComponent";
|
|
1698
1698
|
import "@babylonjs/core/Rendering/subSurfaceSceneComponent";
|
|
@@ -1718,7 +1718,7 @@ import * as React from "react";
|
|
|
1718
1718
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1719
1719
|
import { PBRMetallicRoughnessMaterial } from "@babylonjs/core/Materials/PBR/pbrMetallicRoughnessMaterial";
|
|
1720
1720
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1721
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1721
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1722
1722
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1723
1723
|
interface IPBRMetallicRoughnessMaterialPropertyGridComponentProps {
|
|
1724
1724
|
globalState: GlobalState;
|
|
@@ -1741,7 +1741,7 @@ import * as React from "react";
|
|
|
1741
1741
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1742
1742
|
import { PBRSpecularGlossinessMaterial } from "@babylonjs/core/Materials/PBR/pbrSpecularGlossinessMaterial";
|
|
1743
1743
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1744
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1744
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1745
1745
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1746
1746
|
interface IPBRSpecularGlossinessMaterialPropertyGridComponentProps {
|
|
1747
1747
|
globalState: GlobalState;
|
|
@@ -1764,7 +1764,7 @@ import * as React from "react";
|
|
|
1764
1764
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1765
1765
|
import { StandardMaterial } from "@babylonjs/core/Materials/standardMaterial";
|
|
1766
1766
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1767
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1767
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1768
1768
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1769
1769
|
interface IStandardMaterialPropertyGridComponentProps {
|
|
1770
1770
|
globalState: GlobalState;
|
|
@@ -1788,7 +1788,7 @@ import { Nullable } from "@babylonjs/core/types";
|
|
|
1788
1788
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1789
1789
|
import { BaseTexture } from "@babylonjs/core/Materials/Textures/baseTexture";
|
|
1790
1790
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
1791
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1791
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
1792
1792
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
1793
1793
|
interface ITexturePropertyGridComponentProps {
|
|
1794
1794
|
texture: BaseTexture;
|
|
@@ -2092,6 +2092,9 @@ import { Vector2 } from "@babylonjs/core/Maths/math.vector";
|
|
|
2092
2092
|
import { PointerInfo } from "@babylonjs/core/Events/pointerEvents";
|
|
2093
2093
|
import { PopupComponent } from "@babylonjs/inspector/components/popupComponent";
|
|
2094
2094
|
import "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/materials/textures/textureEditor.scss";
|
|
2095
|
+
global {
|
|
2096
|
+
var _TOOL_DATA_: IToolData;
|
|
2097
|
+
}
|
|
2095
2098
|
interface ITextureEditorComponentProps {
|
|
2096
2099
|
texture: BaseTexture;
|
|
2097
2100
|
url: string;
|
|
@@ -2175,9 +2178,6 @@ export interface IMetadata {
|
|
|
2175
2178
|
};
|
|
2176
2179
|
[key: string]: any;
|
|
2177
2180
|
}
|
|
2178
|
-
global {
|
|
2179
|
-
var _TOOL_DATA_: IToolData;
|
|
2180
|
-
}
|
|
2181
2181
|
export class TextureEditorComponent extends React.Component<ITextureEditorComponentProps, ITextureEditorComponentState> {
|
|
2182
2182
|
private _textureCanvasManager;
|
|
2183
2183
|
private _uiCanvas;
|
|
@@ -2255,7 +2255,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/me
|
|
|
2255
2255
|
import * as React from "react";
|
|
2256
2256
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2257
2257
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2258
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2258
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2259
2259
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2260
2260
|
import { Bone } from "@babylonjs/core/Bones/bone";
|
|
2261
2261
|
interface IBonePropertyGridComponentProps {
|
|
@@ -2277,7 +2277,7 @@ import * as React from "react";
|
|
|
2277
2277
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2278
2278
|
import { Mesh } from "@babylonjs/core/Meshes/mesh";
|
|
2279
2279
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2280
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2280
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2281
2281
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2282
2282
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
|
2283
2283
|
interface IMeshPropertyGridComponentProps {
|
|
@@ -2315,7 +2315,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/me
|
|
|
2315
2315
|
import * as React from "react";
|
|
2316
2316
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2317
2317
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2318
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2318
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2319
2319
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2320
2320
|
import { Skeleton } from "@babylonjs/core/Bones/skeleton";
|
|
2321
2321
|
interface ISkeletonPropertyGridComponentProps {
|
|
@@ -2344,7 +2344,7 @@ import * as React from "react";
|
|
|
2344
2344
|
import { TransformNode } from "@babylonjs/core/Meshes/transformNode";
|
|
2345
2345
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2346
2346
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2347
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2347
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2348
2348
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2349
2349
|
interface ITransformNodePropertyGridComponentProps {
|
|
2350
2350
|
globalState: GlobalState;
|
|
@@ -2358,6 +2358,26 @@ export class TransformNodePropertyGridComponent extends React.Component<ITransfo
|
|
|
2358
2358
|
}
|
|
2359
2359
|
export {};
|
|
2360
2360
|
|
|
2361
|
+
}
|
|
2362
|
+
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/parentPropertyGridComponent" {
|
|
2363
|
+
import * as React from "react";
|
|
2364
|
+
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2365
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2366
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2367
|
+
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2368
|
+
import { Node } from "@babylonjs/core/node";
|
|
2369
|
+
interface IParentPropertyGridComponentProps {
|
|
2370
|
+
globalState: GlobalState;
|
|
2371
|
+
lockObject: LockObject;
|
|
2372
|
+
node: Node;
|
|
2373
|
+
onPropertyChangedObservable?: Observable<PropertyChangedEvent>;
|
|
2374
|
+
}
|
|
2375
|
+
export class ParentPropertyGridComponent extends React.Component<IParentPropertyGridComponentProps> {
|
|
2376
|
+
constructor(props: IParentPropertyGridComponentProps);
|
|
2377
|
+
render(): JSX.Element;
|
|
2378
|
+
}
|
|
2379
|
+
export {};
|
|
2380
|
+
|
|
2361
2381
|
}
|
|
2362
2382
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/particleSystems/boxEmitterGridComponent" {
|
|
2363
2383
|
import * as React from "react";
|
|
@@ -2381,7 +2401,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2381
2401
|
import * as React from "react";
|
|
2382
2402
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2383
2403
|
import { ColorGradient, Color3Gradient } from "@babylonjs/core/Misc/gradients";
|
|
2384
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2404
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2385
2405
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2386
2406
|
interface IColorGradientStepGridComponent {
|
|
2387
2407
|
globalState: GlobalState;
|
|
@@ -2435,7 +2455,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
2435
2455
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2436
2456
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2437
2457
|
import { CylinderParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/cylinderParticleEmitter";
|
|
2438
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2458
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2439
2459
|
interface ICylinderEmitterGridComponentProps {
|
|
2440
2460
|
globalState: GlobalState;
|
|
2441
2461
|
emitter: CylinderParticleEmitter;
|
|
@@ -2453,7 +2473,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2453
2473
|
import * as React from "react";
|
|
2454
2474
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2455
2475
|
import { FactorGradient } from "@babylonjs/core/Misc/gradients";
|
|
2456
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2476
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2457
2477
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2458
2478
|
interface IFactorGradientStepGridComponent {
|
|
2459
2479
|
globalState: GlobalState;
|
|
@@ -2493,7 +2513,7 @@ import * as React from "react";
|
|
|
2493
2513
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2494
2514
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2495
2515
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2496
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2516
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2497
2517
|
import { HemisphericParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/hemisphericParticleEmitter";
|
|
2498
2518
|
interface IHemisphericEmitterGridComponentProps {
|
|
2499
2519
|
globalState: GlobalState;
|
|
@@ -2513,7 +2533,7 @@ import * as React from "react";
|
|
|
2513
2533
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2514
2534
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2515
2535
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2516
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2536
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2517
2537
|
import { MeshParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/meshParticleEmitter";
|
|
2518
2538
|
import { Scene } from "@babylonjs/core/scene";
|
|
2519
2539
|
interface IMeshEmitterGridComponentProps {
|
|
@@ -2535,7 +2555,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2535
2555
|
import * as React from "react";
|
|
2536
2556
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2537
2557
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2538
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2558
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2539
2559
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2540
2560
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2541
2561
|
interface IParticleSystemPropertyGridComponentProps {
|
|
@@ -2565,7 +2585,7 @@ import * as React from "react";
|
|
|
2565
2585
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2566
2586
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2567
2587
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2568
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2588
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2569
2589
|
import { PointParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/pointParticleEmitter";
|
|
2570
2590
|
interface IPointEmitterGridComponentProps {
|
|
2571
2591
|
globalState: GlobalState;
|
|
@@ -2585,7 +2605,7 @@ import * as React from "react";
|
|
|
2585
2605
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2586
2606
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2587
2607
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2588
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2608
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2589
2609
|
import { SphereParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/sphereParticleEmitter";
|
|
2590
2610
|
interface ISphereEmitterGridComponentProps {
|
|
2591
2611
|
globalState: GlobalState;
|
|
@@ -2604,7 +2624,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2604
2624
|
import * as React from "react";
|
|
2605
2625
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2606
2626
|
import { IValueGradient } from "@babylonjs/core/Misc/gradients";
|
|
2607
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2627
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2608
2628
|
import { Nullable } from "@babylonjs/core/types";
|
|
2609
2629
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2610
2630
|
export enum GradientGridMode {
|
|
@@ -2638,7 +2658,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2638
2658
|
import * as React from "react";
|
|
2639
2659
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2640
2660
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2641
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2661
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2642
2662
|
import { PostProcess } from "@babylonjs/core/PostProcesses/postProcess";
|
|
2643
2663
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2644
2664
|
interface ICommonPostProcessPropertyGridComponentProps {
|
|
@@ -2658,7 +2678,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2658
2678
|
import * as React from "react";
|
|
2659
2679
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2660
2680
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2661
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2681
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2662
2682
|
import { PostProcessRenderPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/postProcessRenderPipeline";
|
|
2663
2683
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2664
2684
|
interface ICommonRenderingPipelinePropertyGridComponentProps {
|
|
@@ -2679,7 +2699,7 @@ import * as React from "react";
|
|
|
2679
2699
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2680
2700
|
import { DefaultRenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/defaultRenderingPipeline";
|
|
2681
2701
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2682
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2702
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2683
2703
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2684
2704
|
interface IDefaultRenderingPipelinePropertyGridComponentProps {
|
|
2685
2705
|
globalState: GlobalState;
|
|
@@ -2699,7 +2719,7 @@ import * as React from "react";
|
|
|
2699
2719
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2700
2720
|
import { LensRenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/lensRenderingPipeline";
|
|
2701
2721
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2702
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2722
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2703
2723
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2704
2724
|
interface ILenstRenderingPipelinePropertyGridComponentProps {
|
|
2705
2725
|
globalState: GlobalState;
|
|
@@ -2719,7 +2739,7 @@ import * as React from "react";
|
|
|
2719
2739
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2720
2740
|
import { PostProcess } from "@babylonjs/core/PostProcesses/postProcess";
|
|
2721
2741
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2722
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2742
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2723
2743
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2724
2744
|
interface IPostProcessPropertyGridComponentProps {
|
|
2725
2745
|
globalState: GlobalState;
|
|
@@ -2740,7 +2760,7 @@ import * as React from "react";
|
|
|
2740
2760
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2741
2761
|
import { PostProcessRenderPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/postProcessRenderPipeline";
|
|
2742
2762
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2743
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2763
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2744
2764
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2745
2765
|
interface IRenderingPipelinePropertyGridComponentProps {
|
|
2746
2766
|
globalState: GlobalState;
|
|
@@ -2759,7 +2779,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2759
2779
|
import * as React from "react";
|
|
2760
2780
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2761
2781
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2762
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2782
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2763
2783
|
import { SSAO2RenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/ssao2RenderingPipeline";
|
|
2764
2784
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2765
2785
|
interface ISSAO2RenderingPipelinePropertyGridComponentProps {
|
|
@@ -2779,7 +2799,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2779
2799
|
import * as React from "react";
|
|
2780
2800
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2781
2801
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2782
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2802
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2783
2803
|
import { SSAORenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/ssaoRenderingPipeline";
|
|
2784
2804
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2785
2805
|
interface ISSAORenderingPipelinePropertyGridComponentProps {
|
|
@@ -2821,7 +2841,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
2821
2841
|
import { Vector3 } from "@babylonjs/core/Maths/math.vector";
|
|
2822
2842
|
import { Scene } from "@babylonjs/core/scene";
|
|
2823
2843
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2824
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2844
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2825
2845
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2826
2846
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
|
2827
2847
|
interface IScenePropertyGridComponentProps {
|
|
@@ -2850,7 +2870,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/so
|
|
|
2850
2870
|
import * as React from "react";
|
|
2851
2871
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2852
2872
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2853
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2873
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2854
2874
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2855
2875
|
import { Sound } from "@babylonjs/core/Audio/sound";
|
|
2856
2876
|
import { IExplorerExtensibilityGroup } from "@babylonjs/core/Debug/debugLayer";
|
|
@@ -2872,7 +2892,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/sp
|
|
|
2872
2892
|
import * as React from "react";
|
|
2873
2893
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2874
2894
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2875
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2895
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2876
2896
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2877
2897
|
import { SpriteManager } from "@babylonjs/core/Sprites/spriteManager";
|
|
2878
2898
|
interface ISpriteManagerPropertyGridComponentProps {
|
|
@@ -2900,7 +2920,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/sp
|
|
|
2900
2920
|
import * as React from "react";
|
|
2901
2921
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2902
2922
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2903
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2923
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2904
2924
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2905
2925
|
import { Sprite } from "@babylonjs/core/Sprites/sprite";
|
|
2906
2926
|
interface ISpritePropertyGridComponentProps {
|
|
@@ -2931,7 +2951,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/va
|
|
|
2931
2951
|
import * as React from "react";
|
|
2932
2952
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2933
2953
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2934
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2954
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2935
2955
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2936
2956
|
interface IVariantsPropertyGridComponentProps {
|
|
2937
2957
|
globalState: GlobalState;
|
|
@@ -3106,6 +3126,7 @@ import { LightGizmo } from "@babylonjs/core/Gizmos/lightGizmo";
|
|
|
3106
3126
|
import { CameraGizmo } from "@babylonjs/core/Gizmos/cameraGizmo";
|
|
3107
3127
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
3108
3128
|
import { ReplayRecorder } from "@babylonjs/inspector/components/replayRecorder";
|
|
3129
|
+
import { IGLTFLoaderExtension, GLTFFileLoader } from "@babylonjs/loaders/glTF/index";
|
|
3109
3130
|
export class GlobalState {
|
|
3110
3131
|
onSelectionChangedObservable: Observable<any>;
|
|
3111
3132
|
onPropertyChangedObservable: Observable<PropertyChangedEvent>;
|
|
@@ -3119,7 +3140,7 @@ export class GlobalState {
|
|
|
3119
3140
|
};
|
|
3120
3141
|
validationResults: Nullable<IGLTFValidationResults>;
|
|
3121
3142
|
onValidationResultsUpdatedObservable: Observable<Nullable<IGLTFValidationResults>>;
|
|
3122
|
-
onExtensionLoadedObservable: Observable<
|
|
3143
|
+
onExtensionLoadedObservable: Observable<IGLTFLoaderExtension>;
|
|
3123
3144
|
glTFLoaderExtensionDefaults: {
|
|
3124
3145
|
[name: string]: {
|
|
3125
3146
|
[key: string]: any;
|
|
@@ -3129,7 +3150,7 @@ export class GlobalState {
|
|
|
3129
3150
|
[key: string]: any;
|
|
3130
3151
|
};
|
|
3131
3152
|
glTFLoaderExtensions: {
|
|
3132
|
-
[key: string]:
|
|
3153
|
+
[key: string]: IGLTFLoaderExtension;
|
|
3133
3154
|
};
|
|
3134
3155
|
blockMutationUpdates: boolean;
|
|
3135
3156
|
selectedLineContainerTitles: Array<string>;
|
|
@@ -3142,7 +3163,7 @@ export class GlobalState {
|
|
|
3142
3163
|
get ignoreBackfacesForPicking(): boolean;
|
|
3143
3164
|
set ignoreBackfacesForPicking(value: boolean);
|
|
3144
3165
|
init(propertyChangedObservable: Observable<PropertyChangedEvent>): void;
|
|
3145
|
-
prepareGLTFPlugin(loader:
|
|
3166
|
+
prepareGLTFPlugin(loader: GLTFFileLoader): void;
|
|
3146
3167
|
resetGLTFValidationResults(): void;
|
|
3147
3168
|
lightGizmos: Array<LightGizmo>;
|
|
3148
3169
|
enableLightGizmo(light: Light, enable?: boolean): void;
|
|
@@ -4106,11 +4127,11 @@ export class TreeItemComponent extends React.Component<ITreeItemComponentProps,
|
|
|
4106
4127
|
}
|
|
4107
4128
|
declare module "@babylonjs/inspector/components/sceneExplorer/treeItemLabelComponent" {
|
|
4108
4129
|
import * as React from "react";
|
|
4109
|
-
|
|
4130
|
+
|
|
4110
4131
|
interface ITreeItemLabelComponentProps {
|
|
4111
4132
|
label: string;
|
|
4112
4133
|
onClick?: () => void;
|
|
4113
|
-
icon:
|
|
4134
|
+
icon: any;
|
|
4114
4135
|
color: string;
|
|
4115
4136
|
}
|
|
4116
4137
|
export class TreeItemLabelComponent extends React.Component<ITreeItemLabelComponentProps> {
|
|
@@ -4275,7 +4296,7 @@ export class Tools {
|
|
|
4275
4296
|
}
|
|
4276
4297
|
|
|
4277
4298
|
}
|
|
4278
|
-
declare module "
|
|
4299
|
+
declare module "@babylonjs/inspector/colorPicker/colorComponentEntry" {
|
|
4279
4300
|
import * as React from "react";
|
|
4280
4301
|
export interface IColorComponentEntryProps {
|
|
4281
4302
|
value: number;
|
|
@@ -4292,10 +4313,10 @@ export class ColorComponentEntry extends React.Component<IColorComponentEntryPro
|
|
|
4292
4313
|
}
|
|
4293
4314
|
|
|
4294
4315
|
}
|
|
4295
|
-
declare module "
|
|
4316
|
+
declare module "@babylonjs/inspector/colorPicker/colorPicker" {
|
|
4296
4317
|
import * as React from "react";
|
|
4297
4318
|
import { Color3, Color4 } from "@babylonjs/core/Maths/math.color";
|
|
4298
|
-
import "
|
|
4319
|
+
import "@babylonjs/inspector/colorPicker/colorPicker.scss";
|
|
4299
4320
|
/**
|
|
4300
4321
|
* Interface used to specify creation options for color picker
|
|
4301
4322
|
*/
|
|
@@ -4336,7 +4357,7 @@ export class ColorPicker extends React.Component<IColorPickerProps, IColorPicker
|
|
|
4336
4357
|
}
|
|
4337
4358
|
|
|
4338
4359
|
}
|
|
4339
|
-
declare module "
|
|
4360
|
+
declare module "@babylonjs/inspector/colorPicker/hexColor" {
|
|
4340
4361
|
import * as React from "react";
|
|
4341
4362
|
export interface IHexColorProps {
|
|
4342
4363
|
value: string;
|
|
@@ -4355,7 +4376,7 @@ export class HexColor extends React.Component<IHexColorProps, {
|
|
|
4355
4376
|
}
|
|
4356
4377
|
|
|
4357
4378
|
}
|
|
4358
|
-
declare module "
|
|
4379
|
+
declare module "@babylonjs/inspector/lines/booleanLineComponent" {
|
|
4359
4380
|
import * as React from "react";
|
|
4360
4381
|
export interface IBooleanLineComponentProps {
|
|
4361
4382
|
label: string;
|
|
@@ -4369,7 +4390,7 @@ export class BooleanLineComponent extends React.Component<IBooleanLineComponentP
|
|
|
4369
4390
|
}
|
|
4370
4391
|
|
|
4371
4392
|
}
|
|
4372
|
-
declare module "
|
|
4393
|
+
declare module "@babylonjs/inspector/lines/buttonLineComponent" {
|
|
4373
4394
|
import * as React from "react";
|
|
4374
4395
|
export interface IButtonLineComponentProps {
|
|
4375
4396
|
label: string;
|
|
@@ -4383,11 +4404,11 @@ export class ButtonLineComponent extends React.Component<IButtonLineComponentPro
|
|
|
4383
4404
|
}
|
|
4384
4405
|
|
|
4385
4406
|
}
|
|
4386
|
-
declare module "
|
|
4407
|
+
declare module "@babylonjs/inspector/lines/checkBoxLineComponent" {
|
|
4387
4408
|
import * as React from "react";
|
|
4388
4409
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4389
|
-
import { PropertyChangedEvent } from "
|
|
4390
|
-
|
|
4410
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4411
|
+
|
|
4391
4412
|
export interface ICheckBoxLineComponentProps {
|
|
4392
4413
|
label?: string;
|
|
4393
4414
|
target?: any;
|
|
@@ -4400,8 +4421,8 @@ export interface ICheckBoxLineComponentProps {
|
|
|
4400
4421
|
icon?: string;
|
|
4401
4422
|
iconLabel?: string;
|
|
4402
4423
|
faIcons?: {
|
|
4403
|
-
enabled:
|
|
4404
|
-
disabled:
|
|
4424
|
+
enabled: any;
|
|
4425
|
+
disabled: any;
|
|
4405
4426
|
};
|
|
4406
4427
|
large?: boolean;
|
|
4407
4428
|
}
|
|
@@ -4422,11 +4443,11 @@ export class CheckBoxLineComponent extends React.Component<ICheckBoxLineComponen
|
|
|
4422
4443
|
}
|
|
4423
4444
|
|
|
4424
4445
|
}
|
|
4425
|
-
declare module "
|
|
4446
|
+
declare module "@babylonjs/inspector/lines/color3LineComponent" {
|
|
4426
4447
|
import * as React from "react";
|
|
4427
4448
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4428
|
-
import { PropertyChangedEvent } from "
|
|
4429
|
-
import { LockObject } from "
|
|
4449
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4450
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4430
4451
|
export interface IColor3LineComponentProps {
|
|
4431
4452
|
label: string;
|
|
4432
4453
|
target: any;
|
|
@@ -4443,11 +4464,11 @@ export class Color3LineComponent extends React.Component<IColor3LineComponentPro
|
|
|
4443
4464
|
}
|
|
4444
4465
|
|
|
4445
4466
|
}
|
|
4446
|
-
declare module "
|
|
4467
|
+
declare module "@babylonjs/inspector/lines/color4LineComponent" {
|
|
4447
4468
|
import * as React from "react";
|
|
4448
4469
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4449
|
-
import { PropertyChangedEvent } from "
|
|
4450
|
-
import { LockObject } from "
|
|
4470
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4471
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4451
4472
|
export interface IColor4LineComponentProps {
|
|
4452
4473
|
label: string;
|
|
4453
4474
|
target?: any;
|
|
@@ -4464,12 +4485,12 @@ export class Color4LineComponent extends React.Component<IColor4LineComponentPro
|
|
|
4464
4485
|
}
|
|
4465
4486
|
|
|
4466
4487
|
}
|
|
4467
|
-
declare module "
|
|
4488
|
+
declare module "@babylonjs/inspector/lines/colorLineComponent" {
|
|
4468
4489
|
import * as React from "react";
|
|
4469
4490
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4470
4491
|
import { Color4 } from "@babylonjs/core/Maths/math.color";
|
|
4471
|
-
import { PropertyChangedEvent } from "
|
|
4472
|
-
import { LockObject } from "
|
|
4492
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4493
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4473
4494
|
export interface IColorLineComponentProps {
|
|
4474
4495
|
label: string;
|
|
4475
4496
|
target?: any;
|
|
@@ -4507,7 +4528,7 @@ export class ColorLineComponent extends React.Component<IColorLineComponentProps
|
|
|
4507
4528
|
export {};
|
|
4508
4529
|
|
|
4509
4530
|
}
|
|
4510
|
-
declare module "
|
|
4531
|
+
declare module "@babylonjs/inspector/lines/colorPickerComponent" {
|
|
4511
4532
|
import * as React from "react";
|
|
4512
4533
|
import { Color4, Color3 } from "@babylonjs/core/Maths/math.color";
|
|
4513
4534
|
export interface IColorPickerComponentProps {
|
|
@@ -4539,7 +4560,7 @@ export class ColorPickerLineComponent extends React.Component<IColorPickerCompon
|
|
|
4539
4560
|
export {};
|
|
4540
4561
|
|
|
4541
4562
|
}
|
|
4542
|
-
declare module "
|
|
4563
|
+
declare module "@babylonjs/inspector/lines/draggableLineComponent" {
|
|
4543
4564
|
import * as React from "react";
|
|
4544
4565
|
export interface IButtonLineComponentProps {
|
|
4545
4566
|
data: string;
|
|
@@ -4551,7 +4572,7 @@ export class DraggableLineComponent extends React.Component<IButtonLineComponent
|
|
|
4551
4572
|
}
|
|
4552
4573
|
|
|
4553
4574
|
}
|
|
4554
|
-
declare module "
|
|
4575
|
+
declare module "@babylonjs/inspector/lines/fileButtonLineComponent" {
|
|
4555
4576
|
import * as React from "react";
|
|
4556
4577
|
interface IFileButtonLineComponentProps {
|
|
4557
4578
|
label: string;
|
|
@@ -4571,7 +4592,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
|
4571
4592
|
export {};
|
|
4572
4593
|
|
|
4573
4594
|
}
|
|
4574
|
-
declare module "
|
|
4595
|
+
declare module "@babylonjs/inspector/lines/fileMultipleButtonLineComponent" {
|
|
4575
4596
|
import * as React from "react";
|
|
4576
4597
|
interface IFileMultipleButtonLineComponentProps {
|
|
4577
4598
|
label: string;
|
|
@@ -4591,11 +4612,11 @@ export class FileMultipleButtonLineComponent extends React.Component<IFileMultip
|
|
|
4591
4612
|
export {};
|
|
4592
4613
|
|
|
4593
4614
|
}
|
|
4594
|
-
declare module "
|
|
4615
|
+
declare module "@babylonjs/inspector/lines/floatLineComponent" {
|
|
4595
4616
|
import * as React from "react";
|
|
4596
4617
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4597
|
-
import { PropertyChangedEvent } from "
|
|
4598
|
-
import { LockObject } from "
|
|
4618
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4619
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4599
4620
|
interface IFloatLineComponentProps {
|
|
4600
4621
|
label: string;
|
|
4601
4622
|
target: any;
|
|
@@ -4617,6 +4638,8 @@ interface IFloatLineComponentProps {
|
|
|
4617
4638
|
defaultValue?: number;
|
|
4618
4639
|
arrows?: boolean;
|
|
4619
4640
|
unit?: React.ReactNode;
|
|
4641
|
+
onDragStart?: (newValue: number) => void;
|
|
4642
|
+
onDragStop?: (newValue: number) => void;
|
|
4620
4643
|
}
|
|
4621
4644
|
export class FloatLineComponent extends React.Component<IFloatLineComponentProps, {
|
|
4622
4645
|
value: string;
|
|
@@ -4642,11 +4665,11 @@ export class FloatLineComponent extends React.Component<IFloatLineComponentProps
|
|
|
4642
4665
|
export {};
|
|
4643
4666
|
|
|
4644
4667
|
}
|
|
4645
|
-
declare module "
|
|
4668
|
+
declare module "@babylonjs/inspector/lines/hexLineComponent" {
|
|
4646
4669
|
import * as React from "react";
|
|
4647
4670
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4648
|
-
import { PropertyChangedEvent } from "
|
|
4649
|
-
import { LockObject } from "
|
|
4671
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4672
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4650
4673
|
interface IHexLineComponentProps {
|
|
4651
4674
|
label: string;
|
|
4652
4675
|
target: any;
|
|
@@ -4685,7 +4708,7 @@ export class HexLineComponent extends React.Component<IHexLineComponentProps, {
|
|
|
4685
4708
|
export {};
|
|
4686
4709
|
|
|
4687
4710
|
}
|
|
4688
|
-
declare module "
|
|
4711
|
+
declare module "@babylonjs/inspector/lines/iconButtonLineComponent" {
|
|
4689
4712
|
import * as React from "react";
|
|
4690
4713
|
export interface IIconButtonLineComponentProps {
|
|
4691
4714
|
icon: string;
|
|
@@ -4699,7 +4722,7 @@ export class IconButtonLineComponent extends React.Component<IIconButtonLineComp
|
|
|
4699
4722
|
}
|
|
4700
4723
|
|
|
4701
4724
|
}
|
|
4702
|
-
declare module "
|
|
4725
|
+
declare module "@babylonjs/inspector/lines/iconComponent" {
|
|
4703
4726
|
import * as React from "react";
|
|
4704
4727
|
interface IIconComponentProps {
|
|
4705
4728
|
icon: string;
|
|
@@ -4711,7 +4734,7 @@ export class IconComponent extends React.Component<IIconComponentProps> {
|
|
|
4711
4734
|
export {};
|
|
4712
4735
|
|
|
4713
4736
|
}
|
|
4714
|
-
declare module "
|
|
4737
|
+
declare module "@babylonjs/inspector/lines/indentedTextLineComponent" {
|
|
4715
4738
|
import * as React from "react";
|
|
4716
4739
|
interface IIndentedTextLineComponentProps {
|
|
4717
4740
|
value?: string;
|
|
@@ -4730,7 +4753,7 @@ export class IndentedTextLineComponent extends React.Component<IIndentedTextLine
|
|
|
4730
4753
|
export {};
|
|
4731
4754
|
|
|
4732
4755
|
}
|
|
4733
|
-
declare module "
|
|
4756
|
+
declare module "@babylonjs/inspector/lines/inputArrowsComponent" {
|
|
4734
4757
|
import * as React from "react";
|
|
4735
4758
|
interface IInputArrowsComponentProps {
|
|
4736
4759
|
incrementValue: (amount: number) => void;
|
|
@@ -4746,16 +4769,16 @@ export class InputArrowsComponent extends React.Component<IInputArrowsComponentP
|
|
|
4746
4769
|
export {};
|
|
4747
4770
|
|
|
4748
4771
|
}
|
|
4749
|
-
declare module "
|
|
4772
|
+
declare module "@babylonjs/inspector/lines/iSelectedLineContainer" {
|
|
4750
4773
|
export interface ISelectedLineContainer {
|
|
4751
4774
|
selectedLineContainerTitles: Array<string>;
|
|
4752
4775
|
selectedLineContainerTitlesNoFocus: Array<string>;
|
|
4753
4776
|
}
|
|
4754
4777
|
|
|
4755
4778
|
}
|
|
4756
|
-
declare module "
|
|
4779
|
+
declare module "@babylonjs/inspector/lines/lineContainerComponent" {
|
|
4757
4780
|
import * as React from "react";
|
|
4758
|
-
import { ISelectedLineContainer } from "
|
|
4781
|
+
import { ISelectedLineContainer } from "@babylonjs/inspector/lines/iSelectedLineContainer";
|
|
4759
4782
|
interface ILineContainerComponentProps {
|
|
4760
4783
|
selection?: ISelectedLineContainer;
|
|
4761
4784
|
title: string;
|
|
@@ -4775,15 +4798,15 @@ export class LineContainerComponent extends React.Component<ILineContainerCompon
|
|
|
4775
4798
|
export {};
|
|
4776
4799
|
|
|
4777
4800
|
}
|
|
4778
|
-
declare module "
|
|
4801
|
+
declare module "@babylonjs/inspector/lines/linkButtonComponent" {
|
|
4779
4802
|
import * as React from "react";
|
|
4780
|
-
|
|
4803
|
+
|
|
4781
4804
|
interface ILinkButtonComponentProps {
|
|
4782
4805
|
label: string;
|
|
4783
4806
|
buttonLabel: string;
|
|
4784
4807
|
url?: string;
|
|
4785
4808
|
onClick: () => void;
|
|
4786
|
-
icon?:
|
|
4809
|
+
icon?: any;
|
|
4787
4810
|
onIconClick?: () => void;
|
|
4788
4811
|
}
|
|
4789
4812
|
export class LinkButtonComponent extends React.Component<ILinkButtonComponentProps> {
|
|
@@ -4794,13 +4817,13 @@ export class LinkButtonComponent extends React.Component<ILinkButtonComponentPro
|
|
|
4794
4817
|
export {};
|
|
4795
4818
|
|
|
4796
4819
|
}
|
|
4797
|
-
declare module "
|
|
4820
|
+
declare module "@babylonjs/inspector/lines/messageLineComponent" {
|
|
4798
4821
|
import * as React from "react";
|
|
4799
|
-
|
|
4822
|
+
|
|
4800
4823
|
interface IMessageLineComponentProps {
|
|
4801
4824
|
text: string;
|
|
4802
4825
|
color?: string;
|
|
4803
|
-
icon?:
|
|
4826
|
+
icon?: any;
|
|
4804
4827
|
}
|
|
4805
4828
|
export class MessageLineComponent extends React.Component<IMessageLineComponentProps> {
|
|
4806
4829
|
constructor(props: IMessageLineComponentProps);
|
|
@@ -4809,7 +4832,7 @@ export class MessageLineComponent extends React.Component<IMessageLineComponentP
|
|
|
4809
4832
|
export {};
|
|
4810
4833
|
|
|
4811
4834
|
}
|
|
4812
|
-
declare module "
|
|
4835
|
+
declare module "@babylonjs/inspector/lines/numericInputComponent" {
|
|
4813
4836
|
import * as React from "react";
|
|
4814
4837
|
interface INumericInputComponentProps {
|
|
4815
4838
|
label: string;
|
|
@@ -4838,10 +4861,10 @@ export class NumericInputComponent extends React.Component<INumericInputComponen
|
|
|
4838
4861
|
export {};
|
|
4839
4862
|
|
|
4840
4863
|
}
|
|
4841
|
-
declare module "
|
|
4864
|
+
declare module "@babylonjs/inspector/lines/optionsLineComponent" {
|
|
4842
4865
|
import * as React from "react";
|
|
4843
4866
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4844
|
-
import { PropertyChangedEvent } from "
|
|
4867
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4845
4868
|
import { IInspectableOptions } from "@babylonjs/core/Misc/iInspectable";
|
|
4846
4869
|
export const Null_Value: number;
|
|
4847
4870
|
export interface IOptionsLineComponentProps {
|
|
@@ -4873,14 +4896,14 @@ export class OptionsLineComponent extends React.Component<IOptionsLineComponentP
|
|
|
4873
4896
|
}
|
|
4874
4897
|
|
|
4875
4898
|
}
|
|
4876
|
-
declare module "
|
|
4899
|
+
declare module "@babylonjs/inspector/lines/popup" {
|
|
4877
4900
|
export class Popup {
|
|
4878
4901
|
static CreatePopup(title: string, windowVariableName: string, width?: number, height?: number): HTMLDivElement | null;
|
|
4879
4902
|
private static _CopyStyles;
|
|
4880
4903
|
}
|
|
4881
4904
|
|
|
4882
4905
|
}
|
|
4883
|
-
declare module "
|
|
4906
|
+
declare module "@babylonjs/inspector/lines/radioLineComponent" {
|
|
4884
4907
|
import * as React from "react";
|
|
4885
4908
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4886
4909
|
interface IRadioButtonLineComponentProps {
|
|
@@ -4904,11 +4927,11 @@ export class RadioButtonLineComponent extends React.Component<IRadioButtonLineCo
|
|
|
4904
4927
|
export {};
|
|
4905
4928
|
|
|
4906
4929
|
}
|
|
4907
|
-
declare module "
|
|
4930
|
+
declare module "@babylonjs/inspector/lines/sliderLineComponent" {
|
|
4908
4931
|
import * as React from "react";
|
|
4909
4932
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4910
|
-
import { PropertyChangedEvent } from "
|
|
4911
|
-
import { LockObject } from "
|
|
4933
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4934
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4912
4935
|
interface ISliderLineComponentProps {
|
|
4913
4936
|
label: string;
|
|
4914
4937
|
target?: any;
|
|
@@ -4944,8 +4967,8 @@ export class SliderLineComponent extends React.Component<ISliderLineComponentPro
|
|
|
4944
4967
|
export {};
|
|
4945
4968
|
|
|
4946
4969
|
}
|
|
4947
|
-
declare module "
|
|
4948
|
-
import { PropertyChangedEvent } from "
|
|
4970
|
+
declare module "@babylonjs/inspector/lines/targetsProxy" {
|
|
4971
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4949
4972
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4950
4973
|
export const conflictingValuesPlaceholder = "\u2014";
|
|
4951
4974
|
/**
|
|
@@ -4958,11 +4981,11 @@ export const conflictingValuesPlaceholder = "\u2014";
|
|
|
4958
4981
|
export function makeTargetsProxy<Type>(targets: Type[], onPropertyChangedObservable?: Observable<PropertyChangedEvent>, getProperty?: (target: Type, property: keyof Type) => any): any;
|
|
4959
4982
|
|
|
4960
4983
|
}
|
|
4961
|
-
declare module "
|
|
4984
|
+
declare module "@babylonjs/inspector/lines/textInputLineComponent" {
|
|
4962
4985
|
import * as React from "react";
|
|
4963
4986
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4964
|
-
import { PropertyChangedEvent } from "
|
|
4965
|
-
import { LockObject } from "
|
|
4987
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4988
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4966
4989
|
export interface ITextInputLineComponentProps {
|
|
4967
4990
|
label?: string;
|
|
4968
4991
|
lockObject?: LockObject;
|
|
@@ -5006,7 +5029,7 @@ export class TextInputLineComponent extends React.Component<ITextInputLineCompon
|
|
|
5006
5029
|
}
|
|
5007
5030
|
|
|
5008
5031
|
}
|
|
5009
|
-
declare module "
|
|
5032
|
+
declare module "@babylonjs/inspector/lines/textLineComponent" {
|
|
5010
5033
|
import * as React from "react";
|
|
5011
5034
|
interface ITextLineComponentProps {
|
|
5012
5035
|
label?: string;
|
|
@@ -5030,7 +5053,7 @@ export class TextLineComponent extends React.Component<ITextLineComponentProps>
|
|
|
5030
5053
|
export {};
|
|
5031
5054
|
|
|
5032
5055
|
}
|
|
5033
|
-
declare module "
|
|
5056
|
+
declare module "@babylonjs/inspector/lines/unitButton" {
|
|
5034
5057
|
/// <reference types="react" />
|
|
5035
5058
|
interface IUnitButtonProps {
|
|
5036
5059
|
unit: string;
|
|
@@ -5041,7 +5064,7 @@ export function UnitButton(props: IUnitButtonProps): JSX.Element;
|
|
|
5041
5064
|
export {};
|
|
5042
5065
|
|
|
5043
5066
|
}
|
|
5044
|
-
declare module "
|
|
5067
|
+
declare module "@babylonjs/inspector/lines/valueLineComponent" {
|
|
5045
5068
|
import * as React from "react";
|
|
5046
5069
|
interface IValueLineComponentProps {
|
|
5047
5070
|
label: string;
|
|
@@ -5059,11 +5082,11 @@ export class ValueLineComponent extends React.Component<IValueLineComponentProps
|
|
|
5059
5082
|
export {};
|
|
5060
5083
|
|
|
5061
5084
|
}
|
|
5062
|
-
declare module "
|
|
5085
|
+
declare module "@babylonjs/inspector/lines/vector2LineComponent" {
|
|
5063
5086
|
import * as React from "react";
|
|
5064
5087
|
import { Vector2 } from "@babylonjs/core/Maths/math.vector";
|
|
5065
5088
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5066
|
-
import { PropertyChangedEvent } from "
|
|
5089
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5067
5090
|
interface IVector2LineComponentProps {
|
|
5068
5091
|
label: string;
|
|
5069
5092
|
target: any;
|
|
@@ -5096,11 +5119,11 @@ export class Vector2LineComponent extends React.Component<IVector2LineComponentP
|
|
|
5096
5119
|
export {};
|
|
5097
5120
|
|
|
5098
5121
|
}
|
|
5099
|
-
declare module "
|
|
5122
|
+
declare module "@babylonjs/inspector/lines/vector3LineComponent" {
|
|
5100
5123
|
import * as React from "react";
|
|
5101
5124
|
import { Vector3 } from "@babylonjs/core/Maths/math.vector";
|
|
5102
5125
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5103
|
-
import { PropertyChangedEvent } from "
|
|
5126
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5104
5127
|
interface IVector3LineComponentProps {
|
|
5105
5128
|
label: string;
|
|
5106
5129
|
target: any;
|
|
@@ -5138,11 +5161,11 @@ export class Vector3LineComponent extends React.Component<IVector3LineComponentP
|
|
|
5138
5161
|
export {};
|
|
5139
5162
|
|
|
5140
5163
|
}
|
|
5141
|
-
declare module "
|
|
5164
|
+
declare module "@babylonjs/inspector/lines/vector4LineComponent" {
|
|
5142
5165
|
import * as React from "react";
|
|
5143
5166
|
import { Vector4 } from "@babylonjs/core/Maths/math.vector";
|
|
5144
5167
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5145
|
-
import { PropertyChangedEvent } from "
|
|
5168
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5146
5169
|
interface IVector4LineComponentProps {
|
|
5147
5170
|
label: string;
|
|
5148
5171
|
target: any;
|
|
@@ -5180,7 +5203,7 @@ export class Vector4LineComponent extends React.Component<IVector4LineComponentP
|
|
|
5180
5203
|
export {};
|
|
5181
5204
|
|
|
5182
5205
|
}
|
|
5183
|
-
declare module "
|
|
5206
|
+
declare module "@babylonjs/inspector/propertyChangedEvent" {
|
|
5184
5207
|
export class PropertyChangedEvent {
|
|
5185
5208
|
object: any;
|
|
5186
5209
|
property: string;
|
|
@@ -5190,7 +5213,7 @@ export class PropertyChangedEvent {
|
|
|
5190
5213
|
}
|
|
5191
5214
|
|
|
5192
5215
|
}
|
|
5193
|
-
declare module "
|
|
5216
|
+
declare module "@babylonjs/inspector/stringTools" {
|
|
5194
5217
|
export class StringTools {
|
|
5195
5218
|
private static _SaveAs;
|
|
5196
5219
|
private static _Click;
|
|
@@ -5204,11 +5227,11 @@ export class StringTools {
|
|
|
5204
5227
|
}
|
|
5205
5228
|
|
|
5206
5229
|
}
|
|
5207
|
-
declare module "
|
|
5230
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/checkboxPropertyGridComponent" {
|
|
5208
5231
|
import * as React from "react";
|
|
5209
5232
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5210
|
-
import { PropertyChangedEvent } from "
|
|
5211
|
-
import { LockObject } from "
|
|
5233
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5234
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5212
5235
|
import { Checkbox } from "@babylonjs/gui/2D/controls/checkbox";
|
|
5213
5236
|
interface ICheckboxPropertyGridComponentProps {
|
|
5214
5237
|
checkbox: Checkbox;
|
|
@@ -5222,12 +5245,12 @@ export class CheckboxPropertyGridComponent extends React.Component<ICheckboxProp
|
|
|
5222
5245
|
export {};
|
|
5223
5246
|
|
|
5224
5247
|
}
|
|
5225
|
-
declare module "
|
|
5248
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/colorPickerPropertyGridComponent" {
|
|
5226
5249
|
import * as React from "react";
|
|
5227
5250
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5228
|
-
import { PropertyChangedEvent } from "
|
|
5251
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5229
5252
|
import { ColorPicker } from "@babylonjs/gui/2D/controls/colorpicker";
|
|
5230
|
-
import { LockObject } from "
|
|
5253
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5231
5254
|
interface IColorPickerPropertyGridComponentProps {
|
|
5232
5255
|
colorPicker: ColorPicker;
|
|
5233
5256
|
lockObject: LockObject;
|
|
@@ -5240,12 +5263,12 @@ export class ColorPickerPropertyGridComponent extends React.Component<IColorPick
|
|
|
5240
5263
|
export {};
|
|
5241
5264
|
|
|
5242
5265
|
}
|
|
5243
|
-
declare module "
|
|
5266
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/commonControlPropertyGridComponent" {
|
|
5244
5267
|
import * as React from "react";
|
|
5245
5268
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5246
|
-
import { PropertyChangedEvent } from "
|
|
5269
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5247
5270
|
import { Control } from "@babylonjs/gui/2D/controls/control";
|
|
5248
|
-
import { LockObject } from "
|
|
5271
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5249
5272
|
interface ICommonControlPropertyGridComponentProps {
|
|
5250
5273
|
controls?: Control[];
|
|
5251
5274
|
control?: Control;
|
|
@@ -5260,12 +5283,12 @@ export class CommonControlPropertyGridComponent extends React.Component<ICommonC
|
|
|
5260
5283
|
export {};
|
|
5261
5284
|
|
|
5262
5285
|
}
|
|
5263
|
-
declare module "
|
|
5286
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/controlPropertyGridComponent" {
|
|
5264
5287
|
import * as React from "react";
|
|
5265
5288
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5266
|
-
import { PropertyChangedEvent } from "
|
|
5289
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5267
5290
|
import { Control } from "@babylonjs/gui/2D/controls/control";
|
|
5268
|
-
import { LockObject } from "
|
|
5291
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5269
5292
|
interface IControlPropertyGridComponentProps {
|
|
5270
5293
|
control: Control;
|
|
5271
5294
|
lockObject: LockObject;
|
|
@@ -5278,11 +5301,11 @@ export class ControlPropertyGridComponent extends React.Component<IControlProper
|
|
|
5278
5301
|
export {};
|
|
5279
5302
|
|
|
5280
5303
|
}
|
|
5281
|
-
declare module "
|
|
5304
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/ellipsePropertyGridComponent" {
|
|
5282
5305
|
import * as React from "react";
|
|
5283
5306
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5284
|
-
import { PropertyChangedEvent } from "
|
|
5285
|
-
import { LockObject } from "
|
|
5307
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5308
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5286
5309
|
import { Ellipse } from "@babylonjs/gui/2D/controls/ellipse";
|
|
5287
5310
|
interface IEllipsePropertyGridComponentProps {
|
|
5288
5311
|
ellipse: Ellipse;
|
|
@@ -5296,11 +5319,11 @@ export class EllipsePropertyGridComponent extends React.Component<IEllipseProper
|
|
|
5296
5319
|
export {};
|
|
5297
5320
|
|
|
5298
5321
|
}
|
|
5299
|
-
declare module "
|
|
5322
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/gridPropertyGridComponent" {
|
|
5300
5323
|
import * as React from "react";
|
|
5301
5324
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5302
|
-
import { PropertyChangedEvent } from "
|
|
5303
|
-
import { LockObject } from "
|
|
5325
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5326
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5304
5327
|
import { Grid } from "@babylonjs/gui/2D/controls/grid";
|
|
5305
5328
|
interface IGridPropertyGridComponentProps {
|
|
5306
5329
|
grid: Grid;
|
|
@@ -5316,11 +5339,11 @@ export class GridPropertyGridComponent extends React.Component<IGridPropertyGrid
|
|
|
5316
5339
|
export {};
|
|
5317
5340
|
|
|
5318
5341
|
}
|
|
5319
|
-
declare module "
|
|
5342
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/imageBasedSliderPropertyGridComponent" {
|
|
5320
5343
|
import * as React from "react";
|
|
5321
5344
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5322
|
-
import { PropertyChangedEvent } from "
|
|
5323
|
-
import { LockObject } from "
|
|
5345
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5346
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5324
5347
|
import { ImageBasedSlider } from "@babylonjs/gui/2D/controls/sliders/imageBasedSlider";
|
|
5325
5348
|
interface IImageBasedSliderPropertyGridComponentProps {
|
|
5326
5349
|
imageBasedSlider: ImageBasedSlider;
|
|
@@ -5334,11 +5357,11 @@ export class ImageBasedSliderPropertyGridComponent extends React.Component<IImag
|
|
|
5334
5357
|
export {};
|
|
5335
5358
|
|
|
5336
5359
|
}
|
|
5337
|
-
declare module "
|
|
5360
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/imagePropertyGridComponent" {
|
|
5338
5361
|
import * as React from "react";
|
|
5339
5362
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5340
|
-
import { PropertyChangedEvent } from "
|
|
5341
|
-
import { LockObject } from "
|
|
5363
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5364
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5342
5365
|
import { Image } from "@babylonjs/gui/2D/controls/image";
|
|
5343
5366
|
interface IImagePropertyGridComponentProps {
|
|
5344
5367
|
image: Image;
|
|
@@ -5352,12 +5375,12 @@ export class ImagePropertyGridComponent extends React.Component<IImagePropertyGr
|
|
|
5352
5375
|
export {};
|
|
5353
5376
|
|
|
5354
5377
|
}
|
|
5355
|
-
declare module "
|
|
5378
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/inputTextPropertyGridComponent" {
|
|
5356
5379
|
import * as React from "react";
|
|
5357
5380
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5358
|
-
import { PropertyChangedEvent } from "
|
|
5381
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5359
5382
|
import { InputText } from "@babylonjs/gui/2D/controls/inputText";
|
|
5360
|
-
import { LockObject } from "
|
|
5383
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5361
5384
|
interface IInputTextPropertyGridComponentProps {
|
|
5362
5385
|
inputText: InputText;
|
|
5363
5386
|
lockObject: LockObject;
|
|
@@ -5370,11 +5393,11 @@ export class InputTextPropertyGridComponent extends React.Component<IInputTextPr
|
|
|
5370
5393
|
export {};
|
|
5371
5394
|
|
|
5372
5395
|
}
|
|
5373
|
-
declare module "
|
|
5396
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/linePropertyGridComponent" {
|
|
5374
5397
|
import * as React from "react";
|
|
5375
5398
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5376
|
-
import { PropertyChangedEvent } from "
|
|
5377
|
-
import { LockObject } from "
|
|
5399
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5400
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5378
5401
|
import { Line } from "@babylonjs/gui/2D/controls/line";
|
|
5379
5402
|
interface ILinePropertyGridComponentProps {
|
|
5380
5403
|
line: Line;
|
|
@@ -5389,11 +5412,11 @@ export class LinePropertyGridComponent extends React.Component<ILinePropertyGrid
|
|
|
5389
5412
|
export {};
|
|
5390
5413
|
|
|
5391
5414
|
}
|
|
5392
|
-
declare module "
|
|
5415
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/radioButtonPropertyGridComponent" {
|
|
5393
5416
|
import * as React from "react";
|
|
5394
5417
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5395
|
-
import { PropertyChangedEvent } from "
|
|
5396
|
-
import { LockObject } from "
|
|
5418
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5419
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5397
5420
|
import { RadioButton } from "@babylonjs/gui/2D/controls/radioButton";
|
|
5398
5421
|
interface IRadioButtonPropertyGridComponentProps {
|
|
5399
5422
|
radioButtons: RadioButton[];
|
|
@@ -5407,11 +5430,11 @@ export class RadioButtonPropertyGridComponent extends React.Component<IRadioButt
|
|
|
5407
5430
|
export {};
|
|
5408
5431
|
|
|
5409
5432
|
}
|
|
5410
|
-
declare module "
|
|
5433
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/rectanglePropertyGridComponent" {
|
|
5411
5434
|
import * as React from "react";
|
|
5412
5435
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5413
|
-
import { PropertyChangedEvent } from "
|
|
5414
|
-
import { LockObject } from "
|
|
5436
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5437
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5415
5438
|
import { Rectangle } from "@babylonjs/gui/2D/controls/rectangle";
|
|
5416
5439
|
interface IRectanglePropertyGridComponentProps {
|
|
5417
5440
|
rectangle: Rectangle;
|
|
@@ -5425,11 +5448,11 @@ export class RectanglePropertyGridComponent extends React.Component<IRectanglePr
|
|
|
5425
5448
|
export {};
|
|
5426
5449
|
|
|
5427
5450
|
}
|
|
5428
|
-
declare module "
|
|
5451
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/scrollViewerPropertyGridComponent" {
|
|
5429
5452
|
import * as React from "react";
|
|
5430
5453
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5431
|
-
import { PropertyChangedEvent } from "
|
|
5432
|
-
import { LockObject } from "
|
|
5454
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5455
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5433
5456
|
import { ScrollViewer } from "@babylonjs/gui/2D/controls/scrollViewers/scrollViewer";
|
|
5434
5457
|
interface IScrollViewerPropertyGridComponentProps {
|
|
5435
5458
|
scrollViewer: ScrollViewer;
|
|
@@ -5443,11 +5466,11 @@ export class ScrollViewerPropertyGridComponent extends React.Component<IScrollVi
|
|
|
5443
5466
|
export {};
|
|
5444
5467
|
|
|
5445
5468
|
}
|
|
5446
|
-
declare module "
|
|
5469
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/sliderPropertyGridComponent" {
|
|
5447
5470
|
import * as React from "react";
|
|
5448
5471
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5449
|
-
import { PropertyChangedEvent } from "
|
|
5450
|
-
import { LockObject } from "
|
|
5472
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5473
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5451
5474
|
import { Slider } from "@babylonjs/gui/2D/controls/sliders/slider";
|
|
5452
5475
|
interface ISliderPropertyGridComponentProps {
|
|
5453
5476
|
slider: Slider;
|
|
@@ -5461,11 +5484,11 @@ export class SliderPropertyGridComponent extends React.Component<ISliderProperty
|
|
|
5461
5484
|
export {};
|
|
5462
5485
|
|
|
5463
5486
|
}
|
|
5464
|
-
declare module "
|
|
5487
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/stackPanelPropertyGridComponent" {
|
|
5465
5488
|
import * as React from "react";
|
|
5466
5489
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5467
|
-
import { PropertyChangedEvent } from "
|
|
5468
|
-
import { LockObject } from "
|
|
5490
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5491
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5469
5492
|
import { StackPanel } from "@babylonjs/gui/2D/controls/stackPanel";
|
|
5470
5493
|
interface IStackPanelPropertyGridComponentProps {
|
|
5471
5494
|
stackPanel: StackPanel;
|
|
@@ -5479,12 +5502,12 @@ export class StackPanelPropertyGridComponent extends React.Component<IStackPanel
|
|
|
5479
5502
|
export {};
|
|
5480
5503
|
|
|
5481
5504
|
}
|
|
5482
|
-
declare module "
|
|
5505
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/textBlockPropertyGridComponent" {
|
|
5483
5506
|
import * as React from "react";
|
|
5484
5507
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5485
|
-
import { PropertyChangedEvent } from "
|
|
5508
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5486
5509
|
import { TextBlock } from "@babylonjs/gui/2D/controls/textBlock";
|
|
5487
|
-
import { LockObject } from "
|
|
5510
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5488
5511
|
interface ITextBlockPropertyGridComponentProps {
|
|
5489
5512
|
textBlock: TextBlock;
|
|
5490
5513
|
lockObject: LockObject;
|
|
@@ -5497,7 +5520,7 @@ export class TextBlockPropertyGridComponent extends React.Component<ITextBlockPr
|
|
|
5497
5520
|
export {};
|
|
5498
5521
|
|
|
5499
5522
|
}
|
|
5500
|
-
declare module "
|
|
5523
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/lockObject" {
|
|
5501
5524
|
/**
|
|
5502
5525
|
* Class used to provide lock mechanism
|
|
5503
5526
|
*/
|