@babylonjs/inspector 5.0.0 → 5.0.1
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;
|
|
@@ -2381,7 +2381,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2381
2381
|
import * as React from "react";
|
|
2382
2382
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2383
2383
|
import { ColorGradient, Color3Gradient } from "@babylonjs/core/Misc/gradients";
|
|
2384
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2384
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2385
2385
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2386
2386
|
interface IColorGradientStepGridComponent {
|
|
2387
2387
|
globalState: GlobalState;
|
|
@@ -2435,7 +2435,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
2435
2435
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2436
2436
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2437
2437
|
import { CylinderParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/cylinderParticleEmitter";
|
|
2438
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2438
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2439
2439
|
interface ICylinderEmitterGridComponentProps {
|
|
2440
2440
|
globalState: GlobalState;
|
|
2441
2441
|
emitter: CylinderParticleEmitter;
|
|
@@ -2453,7 +2453,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2453
2453
|
import * as React from "react";
|
|
2454
2454
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2455
2455
|
import { FactorGradient } from "@babylonjs/core/Misc/gradients";
|
|
2456
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2456
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2457
2457
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2458
2458
|
interface IFactorGradientStepGridComponent {
|
|
2459
2459
|
globalState: GlobalState;
|
|
@@ -2493,7 +2493,7 @@ import * as React from "react";
|
|
|
2493
2493
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2494
2494
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2495
2495
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2496
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2496
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2497
2497
|
import { HemisphericParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/hemisphericParticleEmitter";
|
|
2498
2498
|
interface IHemisphericEmitterGridComponentProps {
|
|
2499
2499
|
globalState: GlobalState;
|
|
@@ -2513,7 +2513,7 @@ import * as React from "react";
|
|
|
2513
2513
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2514
2514
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2515
2515
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2516
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2516
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2517
2517
|
import { MeshParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/meshParticleEmitter";
|
|
2518
2518
|
import { Scene } from "@babylonjs/core/scene";
|
|
2519
2519
|
interface IMeshEmitterGridComponentProps {
|
|
@@ -2535,7 +2535,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2535
2535
|
import * as React from "react";
|
|
2536
2536
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2537
2537
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2538
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2538
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2539
2539
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2540
2540
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2541
2541
|
interface IParticleSystemPropertyGridComponentProps {
|
|
@@ -2565,7 +2565,7 @@ import * as React from "react";
|
|
|
2565
2565
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2566
2566
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2567
2567
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2568
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2568
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2569
2569
|
import { PointParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/pointParticleEmitter";
|
|
2570
2570
|
interface IPointEmitterGridComponentProps {
|
|
2571
2571
|
globalState: GlobalState;
|
|
@@ -2585,7 +2585,7 @@ import * as React from "react";
|
|
|
2585
2585
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2586
2586
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2587
2587
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2588
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2588
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2589
2589
|
import { SphereParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/sphereParticleEmitter";
|
|
2590
2590
|
interface ISphereEmitterGridComponentProps {
|
|
2591
2591
|
globalState: GlobalState;
|
|
@@ -2604,7 +2604,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
|
2604
2604
|
import * as React from "react";
|
|
2605
2605
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2606
2606
|
import { IValueGradient } from "@babylonjs/core/Misc/gradients";
|
|
2607
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2607
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2608
2608
|
import { Nullable } from "@babylonjs/core/types";
|
|
2609
2609
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
|
2610
2610
|
export enum GradientGridMode {
|
|
@@ -2638,7 +2638,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2638
2638
|
import * as React from "react";
|
|
2639
2639
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2640
2640
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2641
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2641
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2642
2642
|
import { PostProcess } from "@babylonjs/core/PostProcesses/postProcess";
|
|
2643
2643
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2644
2644
|
interface ICommonPostProcessPropertyGridComponentProps {
|
|
@@ -2658,7 +2658,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2658
2658
|
import * as React from "react";
|
|
2659
2659
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2660
2660
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2661
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2661
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2662
2662
|
import { PostProcessRenderPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/postProcessRenderPipeline";
|
|
2663
2663
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2664
2664
|
interface ICommonRenderingPipelinePropertyGridComponentProps {
|
|
@@ -2679,7 +2679,7 @@ import * as React from "react";
|
|
|
2679
2679
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2680
2680
|
import { DefaultRenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/defaultRenderingPipeline";
|
|
2681
2681
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2682
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2682
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2683
2683
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2684
2684
|
interface IDefaultRenderingPipelinePropertyGridComponentProps {
|
|
2685
2685
|
globalState: GlobalState;
|
|
@@ -2699,7 +2699,7 @@ import * as React from "react";
|
|
|
2699
2699
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2700
2700
|
import { LensRenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/lensRenderingPipeline";
|
|
2701
2701
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2702
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2702
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2703
2703
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2704
2704
|
interface ILenstRenderingPipelinePropertyGridComponentProps {
|
|
2705
2705
|
globalState: GlobalState;
|
|
@@ -2719,7 +2719,7 @@ import * as React from "react";
|
|
|
2719
2719
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2720
2720
|
import { PostProcess } from "@babylonjs/core/PostProcesses/postProcess";
|
|
2721
2721
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2722
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2722
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2723
2723
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2724
2724
|
interface IPostProcessPropertyGridComponentProps {
|
|
2725
2725
|
globalState: GlobalState;
|
|
@@ -2740,7 +2740,7 @@ import * as React from "react";
|
|
|
2740
2740
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2741
2741
|
import { PostProcessRenderPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/postProcessRenderPipeline";
|
|
2742
2742
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2743
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2743
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2744
2744
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2745
2745
|
interface IRenderingPipelinePropertyGridComponentProps {
|
|
2746
2746
|
globalState: GlobalState;
|
|
@@ -2759,7 +2759,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2759
2759
|
import * as React from "react";
|
|
2760
2760
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2761
2761
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2762
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2762
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2763
2763
|
import { SSAO2RenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/ssao2RenderingPipeline";
|
|
2764
2764
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2765
2765
|
interface ISSAO2RenderingPipelinePropertyGridComponentProps {
|
|
@@ -2779,7 +2779,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
|
2779
2779
|
import * as React from "react";
|
|
2780
2780
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2781
2781
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2782
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2782
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2783
2783
|
import { SSAORenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/ssaoRenderingPipeline";
|
|
2784
2784
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2785
2785
|
interface ISSAORenderingPipelinePropertyGridComponentProps {
|
|
@@ -2821,7 +2821,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
|
2821
2821
|
import { Vector3 } from "@babylonjs/core/Maths/math.vector";
|
|
2822
2822
|
import { Scene } from "@babylonjs/core/scene";
|
|
2823
2823
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2824
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2824
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2825
2825
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2826
2826
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
|
2827
2827
|
interface IScenePropertyGridComponentProps {
|
|
@@ -2850,7 +2850,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/so
|
|
|
2850
2850
|
import * as React from "react";
|
|
2851
2851
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2852
2852
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2853
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2853
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2854
2854
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2855
2855
|
import { Sound } from "@babylonjs/core/Audio/sound";
|
|
2856
2856
|
import { IExplorerExtensibilityGroup } from "@babylonjs/core/Debug/debugLayer";
|
|
@@ -2872,7 +2872,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/sp
|
|
|
2872
2872
|
import * as React from "react";
|
|
2873
2873
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2874
2874
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2875
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2875
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2876
2876
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2877
2877
|
import { SpriteManager } from "@babylonjs/core/Sprites/spriteManager";
|
|
2878
2878
|
interface ISpriteManagerPropertyGridComponentProps {
|
|
@@ -2900,7 +2900,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/sp
|
|
|
2900
2900
|
import * as React from "react";
|
|
2901
2901
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2902
2902
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2903
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2903
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2904
2904
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2905
2905
|
import { Sprite } from "@babylonjs/core/Sprites/sprite";
|
|
2906
2906
|
interface ISpritePropertyGridComponentProps {
|
|
@@ -2931,7 +2931,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/va
|
|
|
2931
2931
|
import * as React from "react";
|
|
2932
2932
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2933
2933
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
2934
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2934
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
|
2935
2935
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
2936
2936
|
interface IVariantsPropertyGridComponentProps {
|
|
2937
2937
|
globalState: GlobalState;
|
|
@@ -3106,6 +3106,7 @@ import { LightGizmo } from "@babylonjs/core/Gizmos/lightGizmo";
|
|
|
3106
3106
|
import { CameraGizmo } from "@babylonjs/core/Gizmos/cameraGizmo";
|
|
3107
3107
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
|
3108
3108
|
import { ReplayRecorder } from "@babylonjs/inspector/components/replayRecorder";
|
|
3109
|
+
import { IGLTFLoaderExtension, GLTFFileLoader } from "@babylonjs/loaders/glTF/index";
|
|
3109
3110
|
export class GlobalState {
|
|
3110
3111
|
onSelectionChangedObservable: Observable<any>;
|
|
3111
3112
|
onPropertyChangedObservable: Observable<PropertyChangedEvent>;
|
|
@@ -3119,7 +3120,7 @@ export class GlobalState {
|
|
|
3119
3120
|
};
|
|
3120
3121
|
validationResults: Nullable<IGLTFValidationResults>;
|
|
3121
3122
|
onValidationResultsUpdatedObservable: Observable<Nullable<IGLTFValidationResults>>;
|
|
3122
|
-
onExtensionLoadedObservable: Observable<
|
|
3123
|
+
onExtensionLoadedObservable: Observable<IGLTFLoaderExtension>;
|
|
3123
3124
|
glTFLoaderExtensionDefaults: {
|
|
3124
3125
|
[name: string]: {
|
|
3125
3126
|
[key: string]: any;
|
|
@@ -3129,7 +3130,7 @@ export class GlobalState {
|
|
|
3129
3130
|
[key: string]: any;
|
|
3130
3131
|
};
|
|
3131
3132
|
glTFLoaderExtensions: {
|
|
3132
|
-
[key: string]:
|
|
3133
|
+
[key: string]: IGLTFLoaderExtension;
|
|
3133
3134
|
};
|
|
3134
3135
|
blockMutationUpdates: boolean;
|
|
3135
3136
|
selectedLineContainerTitles: Array<string>;
|
|
@@ -3142,7 +3143,7 @@ export class GlobalState {
|
|
|
3142
3143
|
get ignoreBackfacesForPicking(): boolean;
|
|
3143
3144
|
set ignoreBackfacesForPicking(value: boolean);
|
|
3144
3145
|
init(propertyChangedObservable: Observable<PropertyChangedEvent>): void;
|
|
3145
|
-
prepareGLTFPlugin(loader:
|
|
3146
|
+
prepareGLTFPlugin(loader: GLTFFileLoader): void;
|
|
3146
3147
|
resetGLTFValidationResults(): void;
|
|
3147
3148
|
lightGizmos: Array<LightGizmo>;
|
|
3148
3149
|
enableLightGizmo(light: Light, enable?: boolean): void;
|
|
@@ -4106,11 +4107,11 @@ export class TreeItemComponent extends React.Component<ITreeItemComponentProps,
|
|
|
4106
4107
|
}
|
|
4107
4108
|
declare module "@babylonjs/inspector/components/sceneExplorer/treeItemLabelComponent" {
|
|
4108
4109
|
import * as React from "react";
|
|
4109
|
-
|
|
4110
|
+
|
|
4110
4111
|
interface ITreeItemLabelComponentProps {
|
|
4111
4112
|
label: string;
|
|
4112
4113
|
onClick?: () => void;
|
|
4113
|
-
icon:
|
|
4114
|
+
icon: any;
|
|
4114
4115
|
color: string;
|
|
4115
4116
|
}
|
|
4116
4117
|
export class TreeItemLabelComponent extends React.Component<ITreeItemLabelComponentProps> {
|
|
@@ -4275,7 +4276,7 @@ export class Tools {
|
|
|
4275
4276
|
}
|
|
4276
4277
|
|
|
4277
4278
|
}
|
|
4278
|
-
declare module "
|
|
4279
|
+
declare module "@babylonjs/inspector/colorPicker/colorComponentEntry" {
|
|
4279
4280
|
import * as React from "react";
|
|
4280
4281
|
export interface IColorComponentEntryProps {
|
|
4281
4282
|
value: number;
|
|
@@ -4292,10 +4293,10 @@ export class ColorComponentEntry extends React.Component<IColorComponentEntryPro
|
|
|
4292
4293
|
}
|
|
4293
4294
|
|
|
4294
4295
|
}
|
|
4295
|
-
declare module "
|
|
4296
|
+
declare module "@babylonjs/inspector/colorPicker/colorPicker" {
|
|
4296
4297
|
import * as React from "react";
|
|
4297
4298
|
import { Color3, Color4 } from "@babylonjs/core/Maths/math.color";
|
|
4298
|
-
import "
|
|
4299
|
+
import "@babylonjs/inspector/colorPicker/colorPicker.scss";
|
|
4299
4300
|
/**
|
|
4300
4301
|
* Interface used to specify creation options for color picker
|
|
4301
4302
|
*/
|
|
@@ -4336,7 +4337,7 @@ export class ColorPicker extends React.Component<IColorPickerProps, IColorPicker
|
|
|
4336
4337
|
}
|
|
4337
4338
|
|
|
4338
4339
|
}
|
|
4339
|
-
declare module "
|
|
4340
|
+
declare module "@babylonjs/inspector/colorPicker/hexColor" {
|
|
4340
4341
|
import * as React from "react";
|
|
4341
4342
|
export interface IHexColorProps {
|
|
4342
4343
|
value: string;
|
|
@@ -4355,7 +4356,7 @@ export class HexColor extends React.Component<IHexColorProps, {
|
|
|
4355
4356
|
}
|
|
4356
4357
|
|
|
4357
4358
|
}
|
|
4358
|
-
declare module "
|
|
4359
|
+
declare module "@babylonjs/inspector/lines/booleanLineComponent" {
|
|
4359
4360
|
import * as React from "react";
|
|
4360
4361
|
export interface IBooleanLineComponentProps {
|
|
4361
4362
|
label: string;
|
|
@@ -4369,7 +4370,7 @@ export class BooleanLineComponent extends React.Component<IBooleanLineComponentP
|
|
|
4369
4370
|
}
|
|
4370
4371
|
|
|
4371
4372
|
}
|
|
4372
|
-
declare module "
|
|
4373
|
+
declare module "@babylonjs/inspector/lines/buttonLineComponent" {
|
|
4373
4374
|
import * as React from "react";
|
|
4374
4375
|
export interface IButtonLineComponentProps {
|
|
4375
4376
|
label: string;
|
|
@@ -4383,11 +4384,11 @@ export class ButtonLineComponent extends React.Component<IButtonLineComponentPro
|
|
|
4383
4384
|
}
|
|
4384
4385
|
|
|
4385
4386
|
}
|
|
4386
|
-
declare module "
|
|
4387
|
+
declare module "@babylonjs/inspector/lines/checkBoxLineComponent" {
|
|
4387
4388
|
import * as React from "react";
|
|
4388
4389
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4389
|
-
import { PropertyChangedEvent } from "
|
|
4390
|
-
|
|
4390
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4391
|
+
|
|
4391
4392
|
export interface ICheckBoxLineComponentProps {
|
|
4392
4393
|
label?: string;
|
|
4393
4394
|
target?: any;
|
|
@@ -4400,8 +4401,8 @@ export interface ICheckBoxLineComponentProps {
|
|
|
4400
4401
|
icon?: string;
|
|
4401
4402
|
iconLabel?: string;
|
|
4402
4403
|
faIcons?: {
|
|
4403
|
-
enabled:
|
|
4404
|
-
disabled:
|
|
4404
|
+
enabled: any;
|
|
4405
|
+
disabled: any;
|
|
4405
4406
|
};
|
|
4406
4407
|
large?: boolean;
|
|
4407
4408
|
}
|
|
@@ -4422,11 +4423,11 @@ export class CheckBoxLineComponent extends React.Component<ICheckBoxLineComponen
|
|
|
4422
4423
|
}
|
|
4423
4424
|
|
|
4424
4425
|
}
|
|
4425
|
-
declare module "
|
|
4426
|
+
declare module "@babylonjs/inspector/lines/color3LineComponent" {
|
|
4426
4427
|
import * as React from "react";
|
|
4427
4428
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4428
|
-
import { PropertyChangedEvent } from "
|
|
4429
|
-
import { LockObject } from "
|
|
4429
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4430
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4430
4431
|
export interface IColor3LineComponentProps {
|
|
4431
4432
|
label: string;
|
|
4432
4433
|
target: any;
|
|
@@ -4443,11 +4444,11 @@ export class Color3LineComponent extends React.Component<IColor3LineComponentPro
|
|
|
4443
4444
|
}
|
|
4444
4445
|
|
|
4445
4446
|
}
|
|
4446
|
-
declare module "
|
|
4447
|
+
declare module "@babylonjs/inspector/lines/color4LineComponent" {
|
|
4447
4448
|
import * as React from "react";
|
|
4448
4449
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4449
|
-
import { PropertyChangedEvent } from "
|
|
4450
|
-
import { LockObject } from "
|
|
4450
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4451
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4451
4452
|
export interface IColor4LineComponentProps {
|
|
4452
4453
|
label: string;
|
|
4453
4454
|
target?: any;
|
|
@@ -4464,12 +4465,12 @@ export class Color4LineComponent extends React.Component<IColor4LineComponentPro
|
|
|
4464
4465
|
}
|
|
4465
4466
|
|
|
4466
4467
|
}
|
|
4467
|
-
declare module "
|
|
4468
|
+
declare module "@babylonjs/inspector/lines/colorLineComponent" {
|
|
4468
4469
|
import * as React from "react";
|
|
4469
4470
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4470
4471
|
import { Color4 } from "@babylonjs/core/Maths/math.color";
|
|
4471
|
-
import { PropertyChangedEvent } from "
|
|
4472
|
-
import { LockObject } from "
|
|
4472
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4473
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4473
4474
|
export interface IColorLineComponentProps {
|
|
4474
4475
|
label: string;
|
|
4475
4476
|
target?: any;
|
|
@@ -4507,7 +4508,7 @@ export class ColorLineComponent extends React.Component<IColorLineComponentProps
|
|
|
4507
4508
|
export {};
|
|
4508
4509
|
|
|
4509
4510
|
}
|
|
4510
|
-
declare module "
|
|
4511
|
+
declare module "@babylonjs/inspector/lines/colorPickerComponent" {
|
|
4511
4512
|
import * as React from "react";
|
|
4512
4513
|
import { Color4, Color3 } from "@babylonjs/core/Maths/math.color";
|
|
4513
4514
|
export interface IColorPickerComponentProps {
|
|
@@ -4539,7 +4540,7 @@ export class ColorPickerLineComponent extends React.Component<IColorPickerCompon
|
|
|
4539
4540
|
export {};
|
|
4540
4541
|
|
|
4541
4542
|
}
|
|
4542
|
-
declare module "
|
|
4543
|
+
declare module "@babylonjs/inspector/lines/draggableLineComponent" {
|
|
4543
4544
|
import * as React from "react";
|
|
4544
4545
|
export interface IButtonLineComponentProps {
|
|
4545
4546
|
data: string;
|
|
@@ -4551,7 +4552,7 @@ export class DraggableLineComponent extends React.Component<IButtonLineComponent
|
|
|
4551
4552
|
}
|
|
4552
4553
|
|
|
4553
4554
|
}
|
|
4554
|
-
declare module "
|
|
4555
|
+
declare module "@babylonjs/inspector/lines/fileButtonLineComponent" {
|
|
4555
4556
|
import * as React from "react";
|
|
4556
4557
|
interface IFileButtonLineComponentProps {
|
|
4557
4558
|
label: string;
|
|
@@ -4571,7 +4572,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
|
4571
4572
|
export {};
|
|
4572
4573
|
|
|
4573
4574
|
}
|
|
4574
|
-
declare module "
|
|
4575
|
+
declare module "@babylonjs/inspector/lines/fileMultipleButtonLineComponent" {
|
|
4575
4576
|
import * as React from "react";
|
|
4576
4577
|
interface IFileMultipleButtonLineComponentProps {
|
|
4577
4578
|
label: string;
|
|
@@ -4591,11 +4592,11 @@ export class FileMultipleButtonLineComponent extends React.Component<IFileMultip
|
|
|
4591
4592
|
export {};
|
|
4592
4593
|
|
|
4593
4594
|
}
|
|
4594
|
-
declare module "
|
|
4595
|
+
declare module "@babylonjs/inspector/lines/floatLineComponent" {
|
|
4595
4596
|
import * as React from "react";
|
|
4596
4597
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4597
|
-
import { PropertyChangedEvent } from "
|
|
4598
|
-
import { LockObject } from "
|
|
4598
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4599
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4599
4600
|
interface IFloatLineComponentProps {
|
|
4600
4601
|
label: string;
|
|
4601
4602
|
target: any;
|
|
@@ -4617,6 +4618,8 @@ interface IFloatLineComponentProps {
|
|
|
4617
4618
|
defaultValue?: number;
|
|
4618
4619
|
arrows?: boolean;
|
|
4619
4620
|
unit?: React.ReactNode;
|
|
4621
|
+
onDragStart?: (newValue: number) => void;
|
|
4622
|
+
onDragStop?: (newValue: number) => void;
|
|
4620
4623
|
}
|
|
4621
4624
|
export class FloatLineComponent extends React.Component<IFloatLineComponentProps, {
|
|
4622
4625
|
value: string;
|
|
@@ -4642,11 +4645,11 @@ export class FloatLineComponent extends React.Component<IFloatLineComponentProps
|
|
|
4642
4645
|
export {};
|
|
4643
4646
|
|
|
4644
4647
|
}
|
|
4645
|
-
declare module "
|
|
4648
|
+
declare module "@babylonjs/inspector/lines/hexLineComponent" {
|
|
4646
4649
|
import * as React from "react";
|
|
4647
4650
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4648
|
-
import { PropertyChangedEvent } from "
|
|
4649
|
-
import { LockObject } from "
|
|
4651
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4652
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4650
4653
|
interface IHexLineComponentProps {
|
|
4651
4654
|
label: string;
|
|
4652
4655
|
target: any;
|
|
@@ -4685,7 +4688,7 @@ export class HexLineComponent extends React.Component<IHexLineComponentProps, {
|
|
|
4685
4688
|
export {};
|
|
4686
4689
|
|
|
4687
4690
|
}
|
|
4688
|
-
declare module "
|
|
4691
|
+
declare module "@babylonjs/inspector/lines/iconButtonLineComponent" {
|
|
4689
4692
|
import * as React from "react";
|
|
4690
4693
|
export interface IIconButtonLineComponentProps {
|
|
4691
4694
|
icon: string;
|
|
@@ -4699,7 +4702,7 @@ export class IconButtonLineComponent extends React.Component<IIconButtonLineComp
|
|
|
4699
4702
|
}
|
|
4700
4703
|
|
|
4701
4704
|
}
|
|
4702
|
-
declare module "
|
|
4705
|
+
declare module "@babylonjs/inspector/lines/iconComponent" {
|
|
4703
4706
|
import * as React from "react";
|
|
4704
4707
|
interface IIconComponentProps {
|
|
4705
4708
|
icon: string;
|
|
@@ -4711,7 +4714,7 @@ export class IconComponent extends React.Component<IIconComponentProps> {
|
|
|
4711
4714
|
export {};
|
|
4712
4715
|
|
|
4713
4716
|
}
|
|
4714
|
-
declare module "
|
|
4717
|
+
declare module "@babylonjs/inspector/lines/indentedTextLineComponent" {
|
|
4715
4718
|
import * as React from "react";
|
|
4716
4719
|
interface IIndentedTextLineComponentProps {
|
|
4717
4720
|
value?: string;
|
|
@@ -4730,7 +4733,7 @@ export class IndentedTextLineComponent extends React.Component<IIndentedTextLine
|
|
|
4730
4733
|
export {};
|
|
4731
4734
|
|
|
4732
4735
|
}
|
|
4733
|
-
declare module "
|
|
4736
|
+
declare module "@babylonjs/inspector/lines/inputArrowsComponent" {
|
|
4734
4737
|
import * as React from "react";
|
|
4735
4738
|
interface IInputArrowsComponentProps {
|
|
4736
4739
|
incrementValue: (amount: number) => void;
|
|
@@ -4746,16 +4749,16 @@ export class InputArrowsComponent extends React.Component<IInputArrowsComponentP
|
|
|
4746
4749
|
export {};
|
|
4747
4750
|
|
|
4748
4751
|
}
|
|
4749
|
-
declare module "
|
|
4752
|
+
declare module "@babylonjs/inspector/lines/iSelectedLineContainer" {
|
|
4750
4753
|
export interface ISelectedLineContainer {
|
|
4751
4754
|
selectedLineContainerTitles: Array<string>;
|
|
4752
4755
|
selectedLineContainerTitlesNoFocus: Array<string>;
|
|
4753
4756
|
}
|
|
4754
4757
|
|
|
4755
4758
|
}
|
|
4756
|
-
declare module "
|
|
4759
|
+
declare module "@babylonjs/inspector/lines/lineContainerComponent" {
|
|
4757
4760
|
import * as React from "react";
|
|
4758
|
-
import { ISelectedLineContainer } from "
|
|
4761
|
+
import { ISelectedLineContainer } from "@babylonjs/inspector/lines/iSelectedLineContainer";
|
|
4759
4762
|
interface ILineContainerComponentProps {
|
|
4760
4763
|
selection?: ISelectedLineContainer;
|
|
4761
4764
|
title: string;
|
|
@@ -4775,15 +4778,15 @@ export class LineContainerComponent extends React.Component<ILineContainerCompon
|
|
|
4775
4778
|
export {};
|
|
4776
4779
|
|
|
4777
4780
|
}
|
|
4778
|
-
declare module "
|
|
4781
|
+
declare module "@babylonjs/inspector/lines/linkButtonComponent" {
|
|
4779
4782
|
import * as React from "react";
|
|
4780
|
-
|
|
4783
|
+
|
|
4781
4784
|
interface ILinkButtonComponentProps {
|
|
4782
4785
|
label: string;
|
|
4783
4786
|
buttonLabel: string;
|
|
4784
4787
|
url?: string;
|
|
4785
4788
|
onClick: () => void;
|
|
4786
|
-
icon?:
|
|
4789
|
+
icon?: any;
|
|
4787
4790
|
onIconClick?: () => void;
|
|
4788
4791
|
}
|
|
4789
4792
|
export class LinkButtonComponent extends React.Component<ILinkButtonComponentProps> {
|
|
@@ -4794,13 +4797,13 @@ export class LinkButtonComponent extends React.Component<ILinkButtonComponentPro
|
|
|
4794
4797
|
export {};
|
|
4795
4798
|
|
|
4796
4799
|
}
|
|
4797
|
-
declare module "
|
|
4800
|
+
declare module "@babylonjs/inspector/lines/messageLineComponent" {
|
|
4798
4801
|
import * as React from "react";
|
|
4799
|
-
|
|
4802
|
+
|
|
4800
4803
|
interface IMessageLineComponentProps {
|
|
4801
4804
|
text: string;
|
|
4802
4805
|
color?: string;
|
|
4803
|
-
icon?:
|
|
4806
|
+
icon?: any;
|
|
4804
4807
|
}
|
|
4805
4808
|
export class MessageLineComponent extends React.Component<IMessageLineComponentProps> {
|
|
4806
4809
|
constructor(props: IMessageLineComponentProps);
|
|
@@ -4809,7 +4812,7 @@ export class MessageLineComponent extends React.Component<IMessageLineComponentP
|
|
|
4809
4812
|
export {};
|
|
4810
4813
|
|
|
4811
4814
|
}
|
|
4812
|
-
declare module "
|
|
4815
|
+
declare module "@babylonjs/inspector/lines/numericInputComponent" {
|
|
4813
4816
|
import * as React from "react";
|
|
4814
4817
|
interface INumericInputComponentProps {
|
|
4815
4818
|
label: string;
|
|
@@ -4838,10 +4841,10 @@ export class NumericInputComponent extends React.Component<INumericInputComponen
|
|
|
4838
4841
|
export {};
|
|
4839
4842
|
|
|
4840
4843
|
}
|
|
4841
|
-
declare module "
|
|
4844
|
+
declare module "@babylonjs/inspector/lines/optionsLineComponent" {
|
|
4842
4845
|
import * as React from "react";
|
|
4843
4846
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4844
|
-
import { PropertyChangedEvent } from "
|
|
4847
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4845
4848
|
import { IInspectableOptions } from "@babylonjs/core/Misc/iInspectable";
|
|
4846
4849
|
export const Null_Value: number;
|
|
4847
4850
|
export interface IOptionsLineComponentProps {
|
|
@@ -4873,14 +4876,14 @@ export class OptionsLineComponent extends React.Component<IOptionsLineComponentP
|
|
|
4873
4876
|
}
|
|
4874
4877
|
|
|
4875
4878
|
}
|
|
4876
|
-
declare module "
|
|
4879
|
+
declare module "@babylonjs/inspector/lines/popup" {
|
|
4877
4880
|
export class Popup {
|
|
4878
4881
|
static CreatePopup(title: string, windowVariableName: string, width?: number, height?: number): HTMLDivElement | null;
|
|
4879
4882
|
private static _CopyStyles;
|
|
4880
4883
|
}
|
|
4881
4884
|
|
|
4882
4885
|
}
|
|
4883
|
-
declare module "
|
|
4886
|
+
declare module "@babylonjs/inspector/lines/radioLineComponent" {
|
|
4884
4887
|
import * as React from "react";
|
|
4885
4888
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4886
4889
|
interface IRadioButtonLineComponentProps {
|
|
@@ -4904,11 +4907,11 @@ export class RadioButtonLineComponent extends React.Component<IRadioButtonLineCo
|
|
|
4904
4907
|
export {};
|
|
4905
4908
|
|
|
4906
4909
|
}
|
|
4907
|
-
declare module "
|
|
4910
|
+
declare module "@babylonjs/inspector/lines/sliderLineComponent" {
|
|
4908
4911
|
import * as React from "react";
|
|
4909
4912
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4910
|
-
import { PropertyChangedEvent } from "
|
|
4911
|
-
import { LockObject } from "
|
|
4913
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4914
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4912
4915
|
interface ISliderLineComponentProps {
|
|
4913
4916
|
label: string;
|
|
4914
4917
|
target?: any;
|
|
@@ -4944,8 +4947,8 @@ export class SliderLineComponent extends React.Component<ISliderLineComponentPro
|
|
|
4944
4947
|
export {};
|
|
4945
4948
|
|
|
4946
4949
|
}
|
|
4947
|
-
declare module "
|
|
4948
|
-
import { PropertyChangedEvent } from "
|
|
4950
|
+
declare module "@babylonjs/inspector/lines/targetsProxy" {
|
|
4951
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4949
4952
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4950
4953
|
export const conflictingValuesPlaceholder = "\u2014";
|
|
4951
4954
|
/**
|
|
@@ -4958,11 +4961,11 @@ export const conflictingValuesPlaceholder = "\u2014";
|
|
|
4958
4961
|
export function makeTargetsProxy<Type>(targets: Type[], onPropertyChangedObservable?: Observable<PropertyChangedEvent>, getProperty?: (target: Type, property: keyof Type) => any): any;
|
|
4959
4962
|
|
|
4960
4963
|
}
|
|
4961
|
-
declare module "
|
|
4964
|
+
declare module "@babylonjs/inspector/lines/textInputLineComponent" {
|
|
4962
4965
|
import * as React from "react";
|
|
4963
4966
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
4964
|
-
import { PropertyChangedEvent } from "
|
|
4965
|
-
import { LockObject } from "
|
|
4967
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
4968
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
4966
4969
|
export interface ITextInputLineComponentProps {
|
|
4967
4970
|
label?: string;
|
|
4968
4971
|
lockObject?: LockObject;
|
|
@@ -5006,7 +5009,7 @@ export class TextInputLineComponent extends React.Component<ITextInputLineCompon
|
|
|
5006
5009
|
}
|
|
5007
5010
|
|
|
5008
5011
|
}
|
|
5009
|
-
declare module "
|
|
5012
|
+
declare module "@babylonjs/inspector/lines/textLineComponent" {
|
|
5010
5013
|
import * as React from "react";
|
|
5011
5014
|
interface ITextLineComponentProps {
|
|
5012
5015
|
label?: string;
|
|
@@ -5030,7 +5033,7 @@ export class TextLineComponent extends React.Component<ITextLineComponentProps>
|
|
|
5030
5033
|
export {};
|
|
5031
5034
|
|
|
5032
5035
|
}
|
|
5033
|
-
declare module "
|
|
5036
|
+
declare module "@babylonjs/inspector/lines/unitButton" {
|
|
5034
5037
|
/// <reference types="react" />
|
|
5035
5038
|
interface IUnitButtonProps {
|
|
5036
5039
|
unit: string;
|
|
@@ -5041,7 +5044,7 @@ export function UnitButton(props: IUnitButtonProps): JSX.Element;
|
|
|
5041
5044
|
export {};
|
|
5042
5045
|
|
|
5043
5046
|
}
|
|
5044
|
-
declare module "
|
|
5047
|
+
declare module "@babylonjs/inspector/lines/valueLineComponent" {
|
|
5045
5048
|
import * as React from "react";
|
|
5046
5049
|
interface IValueLineComponentProps {
|
|
5047
5050
|
label: string;
|
|
@@ -5059,11 +5062,11 @@ export class ValueLineComponent extends React.Component<IValueLineComponentProps
|
|
|
5059
5062
|
export {};
|
|
5060
5063
|
|
|
5061
5064
|
}
|
|
5062
|
-
declare module "
|
|
5065
|
+
declare module "@babylonjs/inspector/lines/vector2LineComponent" {
|
|
5063
5066
|
import * as React from "react";
|
|
5064
5067
|
import { Vector2 } from "@babylonjs/core/Maths/math.vector";
|
|
5065
5068
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5066
|
-
import { PropertyChangedEvent } from "
|
|
5069
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5067
5070
|
interface IVector2LineComponentProps {
|
|
5068
5071
|
label: string;
|
|
5069
5072
|
target: any;
|
|
@@ -5096,11 +5099,11 @@ export class Vector2LineComponent extends React.Component<IVector2LineComponentP
|
|
|
5096
5099
|
export {};
|
|
5097
5100
|
|
|
5098
5101
|
}
|
|
5099
|
-
declare module "
|
|
5102
|
+
declare module "@babylonjs/inspector/lines/vector3LineComponent" {
|
|
5100
5103
|
import * as React from "react";
|
|
5101
5104
|
import { Vector3 } from "@babylonjs/core/Maths/math.vector";
|
|
5102
5105
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5103
|
-
import { PropertyChangedEvent } from "
|
|
5106
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5104
5107
|
interface IVector3LineComponentProps {
|
|
5105
5108
|
label: string;
|
|
5106
5109
|
target: any;
|
|
@@ -5138,11 +5141,11 @@ export class Vector3LineComponent extends React.Component<IVector3LineComponentP
|
|
|
5138
5141
|
export {};
|
|
5139
5142
|
|
|
5140
5143
|
}
|
|
5141
|
-
declare module "
|
|
5144
|
+
declare module "@babylonjs/inspector/lines/vector4LineComponent" {
|
|
5142
5145
|
import * as React from "react";
|
|
5143
5146
|
import { Vector4 } from "@babylonjs/core/Maths/math.vector";
|
|
5144
5147
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5145
|
-
import { PropertyChangedEvent } from "
|
|
5148
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5146
5149
|
interface IVector4LineComponentProps {
|
|
5147
5150
|
label: string;
|
|
5148
5151
|
target: any;
|
|
@@ -5180,7 +5183,7 @@ export class Vector4LineComponent extends React.Component<IVector4LineComponentP
|
|
|
5180
5183
|
export {};
|
|
5181
5184
|
|
|
5182
5185
|
}
|
|
5183
|
-
declare module "
|
|
5186
|
+
declare module "@babylonjs/inspector/propertyChangedEvent" {
|
|
5184
5187
|
export class PropertyChangedEvent {
|
|
5185
5188
|
object: any;
|
|
5186
5189
|
property: string;
|
|
@@ -5190,7 +5193,7 @@ export class PropertyChangedEvent {
|
|
|
5190
5193
|
}
|
|
5191
5194
|
|
|
5192
5195
|
}
|
|
5193
|
-
declare module "
|
|
5196
|
+
declare module "@babylonjs/inspector/stringTools" {
|
|
5194
5197
|
export class StringTools {
|
|
5195
5198
|
private static _SaveAs;
|
|
5196
5199
|
private static _Click;
|
|
@@ -5204,11 +5207,11 @@ export class StringTools {
|
|
|
5204
5207
|
}
|
|
5205
5208
|
|
|
5206
5209
|
}
|
|
5207
|
-
declare module "
|
|
5210
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/checkboxPropertyGridComponent" {
|
|
5208
5211
|
import * as React from "react";
|
|
5209
5212
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5210
|
-
import { PropertyChangedEvent } from "
|
|
5211
|
-
import { LockObject } from "
|
|
5213
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5214
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5212
5215
|
import { Checkbox } from "@babylonjs/gui/2D/controls/checkbox";
|
|
5213
5216
|
interface ICheckboxPropertyGridComponentProps {
|
|
5214
5217
|
checkbox: Checkbox;
|
|
@@ -5222,12 +5225,12 @@ export class CheckboxPropertyGridComponent extends React.Component<ICheckboxProp
|
|
|
5222
5225
|
export {};
|
|
5223
5226
|
|
|
5224
5227
|
}
|
|
5225
|
-
declare module "
|
|
5228
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/colorPickerPropertyGridComponent" {
|
|
5226
5229
|
import * as React from "react";
|
|
5227
5230
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5228
|
-
import { PropertyChangedEvent } from "
|
|
5231
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5229
5232
|
import { ColorPicker } from "@babylonjs/gui/2D/controls/colorpicker";
|
|
5230
|
-
import { LockObject } from "
|
|
5233
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5231
5234
|
interface IColorPickerPropertyGridComponentProps {
|
|
5232
5235
|
colorPicker: ColorPicker;
|
|
5233
5236
|
lockObject: LockObject;
|
|
@@ -5240,12 +5243,12 @@ export class ColorPickerPropertyGridComponent extends React.Component<IColorPick
|
|
|
5240
5243
|
export {};
|
|
5241
5244
|
|
|
5242
5245
|
}
|
|
5243
|
-
declare module "
|
|
5246
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/commonControlPropertyGridComponent" {
|
|
5244
5247
|
import * as React from "react";
|
|
5245
5248
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5246
|
-
import { PropertyChangedEvent } from "
|
|
5249
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5247
5250
|
import { Control } from "@babylonjs/gui/2D/controls/control";
|
|
5248
|
-
import { LockObject } from "
|
|
5251
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5249
5252
|
interface ICommonControlPropertyGridComponentProps {
|
|
5250
5253
|
controls?: Control[];
|
|
5251
5254
|
control?: Control;
|
|
@@ -5260,12 +5263,12 @@ export class CommonControlPropertyGridComponent extends React.Component<ICommonC
|
|
|
5260
5263
|
export {};
|
|
5261
5264
|
|
|
5262
5265
|
}
|
|
5263
|
-
declare module "
|
|
5266
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/controlPropertyGridComponent" {
|
|
5264
5267
|
import * as React from "react";
|
|
5265
5268
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5266
|
-
import { PropertyChangedEvent } from "
|
|
5269
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5267
5270
|
import { Control } from "@babylonjs/gui/2D/controls/control";
|
|
5268
|
-
import { LockObject } from "
|
|
5271
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5269
5272
|
interface IControlPropertyGridComponentProps {
|
|
5270
5273
|
control: Control;
|
|
5271
5274
|
lockObject: LockObject;
|
|
@@ -5278,11 +5281,11 @@ export class ControlPropertyGridComponent extends React.Component<IControlProper
|
|
|
5278
5281
|
export {};
|
|
5279
5282
|
|
|
5280
5283
|
}
|
|
5281
|
-
declare module "
|
|
5284
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/ellipsePropertyGridComponent" {
|
|
5282
5285
|
import * as React from "react";
|
|
5283
5286
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5284
|
-
import { PropertyChangedEvent } from "
|
|
5285
|
-
import { LockObject } from "
|
|
5287
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5288
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5286
5289
|
import { Ellipse } from "@babylonjs/gui/2D/controls/ellipse";
|
|
5287
5290
|
interface IEllipsePropertyGridComponentProps {
|
|
5288
5291
|
ellipse: Ellipse;
|
|
@@ -5296,11 +5299,11 @@ export class EllipsePropertyGridComponent extends React.Component<IEllipseProper
|
|
|
5296
5299
|
export {};
|
|
5297
5300
|
|
|
5298
5301
|
}
|
|
5299
|
-
declare module "
|
|
5302
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/gridPropertyGridComponent" {
|
|
5300
5303
|
import * as React from "react";
|
|
5301
5304
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5302
|
-
import { PropertyChangedEvent } from "
|
|
5303
|
-
import { LockObject } from "
|
|
5305
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5306
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5304
5307
|
import { Grid } from "@babylonjs/gui/2D/controls/grid";
|
|
5305
5308
|
interface IGridPropertyGridComponentProps {
|
|
5306
5309
|
grid: Grid;
|
|
@@ -5316,11 +5319,11 @@ export class GridPropertyGridComponent extends React.Component<IGridPropertyGrid
|
|
|
5316
5319
|
export {};
|
|
5317
5320
|
|
|
5318
5321
|
}
|
|
5319
|
-
declare module "
|
|
5322
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/imageBasedSliderPropertyGridComponent" {
|
|
5320
5323
|
import * as React from "react";
|
|
5321
5324
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5322
|
-
import { PropertyChangedEvent } from "
|
|
5323
|
-
import { LockObject } from "
|
|
5325
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5326
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5324
5327
|
import { ImageBasedSlider } from "@babylonjs/gui/2D/controls/sliders/imageBasedSlider";
|
|
5325
5328
|
interface IImageBasedSliderPropertyGridComponentProps {
|
|
5326
5329
|
imageBasedSlider: ImageBasedSlider;
|
|
@@ -5334,11 +5337,11 @@ export class ImageBasedSliderPropertyGridComponent extends React.Component<IImag
|
|
|
5334
5337
|
export {};
|
|
5335
5338
|
|
|
5336
5339
|
}
|
|
5337
|
-
declare module "
|
|
5340
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/imagePropertyGridComponent" {
|
|
5338
5341
|
import * as React from "react";
|
|
5339
5342
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5340
|
-
import { PropertyChangedEvent } from "
|
|
5341
|
-
import { LockObject } from "
|
|
5343
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5344
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5342
5345
|
import { Image } from "@babylonjs/gui/2D/controls/image";
|
|
5343
5346
|
interface IImagePropertyGridComponentProps {
|
|
5344
5347
|
image: Image;
|
|
@@ -5352,12 +5355,12 @@ export class ImagePropertyGridComponent extends React.Component<IImagePropertyGr
|
|
|
5352
5355
|
export {};
|
|
5353
5356
|
|
|
5354
5357
|
}
|
|
5355
|
-
declare module "
|
|
5358
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/inputTextPropertyGridComponent" {
|
|
5356
5359
|
import * as React from "react";
|
|
5357
5360
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5358
|
-
import { PropertyChangedEvent } from "
|
|
5361
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5359
5362
|
import { InputText } from "@babylonjs/gui/2D/controls/inputText";
|
|
5360
|
-
import { LockObject } from "
|
|
5363
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5361
5364
|
interface IInputTextPropertyGridComponentProps {
|
|
5362
5365
|
inputText: InputText;
|
|
5363
5366
|
lockObject: LockObject;
|
|
@@ -5370,11 +5373,11 @@ export class InputTextPropertyGridComponent extends React.Component<IInputTextPr
|
|
|
5370
5373
|
export {};
|
|
5371
5374
|
|
|
5372
5375
|
}
|
|
5373
|
-
declare module "
|
|
5376
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/linePropertyGridComponent" {
|
|
5374
5377
|
import * as React from "react";
|
|
5375
5378
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5376
|
-
import { PropertyChangedEvent } from "
|
|
5377
|
-
import { LockObject } from "
|
|
5379
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5380
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5378
5381
|
import { Line } from "@babylonjs/gui/2D/controls/line";
|
|
5379
5382
|
interface ILinePropertyGridComponentProps {
|
|
5380
5383
|
line: Line;
|
|
@@ -5389,11 +5392,11 @@ export class LinePropertyGridComponent extends React.Component<ILinePropertyGrid
|
|
|
5389
5392
|
export {};
|
|
5390
5393
|
|
|
5391
5394
|
}
|
|
5392
|
-
declare module "
|
|
5395
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/radioButtonPropertyGridComponent" {
|
|
5393
5396
|
import * as React from "react";
|
|
5394
5397
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5395
|
-
import { PropertyChangedEvent } from "
|
|
5396
|
-
import { LockObject } from "
|
|
5398
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5399
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5397
5400
|
import { RadioButton } from "@babylonjs/gui/2D/controls/radioButton";
|
|
5398
5401
|
interface IRadioButtonPropertyGridComponentProps {
|
|
5399
5402
|
radioButtons: RadioButton[];
|
|
@@ -5407,11 +5410,11 @@ export class RadioButtonPropertyGridComponent extends React.Component<IRadioButt
|
|
|
5407
5410
|
export {};
|
|
5408
5411
|
|
|
5409
5412
|
}
|
|
5410
|
-
declare module "
|
|
5413
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/rectanglePropertyGridComponent" {
|
|
5411
5414
|
import * as React from "react";
|
|
5412
5415
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5413
|
-
import { PropertyChangedEvent } from "
|
|
5414
|
-
import { LockObject } from "
|
|
5416
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5417
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5415
5418
|
import { Rectangle } from "@babylonjs/gui/2D/controls/rectangle";
|
|
5416
5419
|
interface IRectanglePropertyGridComponentProps {
|
|
5417
5420
|
rectangle: Rectangle;
|
|
@@ -5425,11 +5428,11 @@ export class RectanglePropertyGridComponent extends React.Component<IRectanglePr
|
|
|
5425
5428
|
export {};
|
|
5426
5429
|
|
|
5427
5430
|
}
|
|
5428
|
-
declare module "
|
|
5431
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/scrollViewerPropertyGridComponent" {
|
|
5429
5432
|
import * as React from "react";
|
|
5430
5433
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5431
|
-
import { PropertyChangedEvent } from "
|
|
5432
|
-
import { LockObject } from "
|
|
5434
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5435
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5433
5436
|
import { ScrollViewer } from "@babylonjs/gui/2D/controls/scrollViewers/scrollViewer";
|
|
5434
5437
|
interface IScrollViewerPropertyGridComponentProps {
|
|
5435
5438
|
scrollViewer: ScrollViewer;
|
|
@@ -5443,11 +5446,11 @@ export class ScrollViewerPropertyGridComponent extends React.Component<IScrollVi
|
|
|
5443
5446
|
export {};
|
|
5444
5447
|
|
|
5445
5448
|
}
|
|
5446
|
-
declare module "
|
|
5449
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/sliderPropertyGridComponent" {
|
|
5447
5450
|
import * as React from "react";
|
|
5448
5451
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5449
|
-
import { PropertyChangedEvent } from "
|
|
5450
|
-
import { LockObject } from "
|
|
5452
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5453
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5451
5454
|
import { Slider } from "@babylonjs/gui/2D/controls/sliders/slider";
|
|
5452
5455
|
interface ISliderPropertyGridComponentProps {
|
|
5453
5456
|
slider: Slider;
|
|
@@ -5461,11 +5464,11 @@ export class SliderPropertyGridComponent extends React.Component<ISliderProperty
|
|
|
5461
5464
|
export {};
|
|
5462
5465
|
|
|
5463
5466
|
}
|
|
5464
|
-
declare module "
|
|
5467
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/stackPanelPropertyGridComponent" {
|
|
5465
5468
|
import * as React from "react";
|
|
5466
5469
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5467
|
-
import { PropertyChangedEvent } from "
|
|
5468
|
-
import { LockObject } from "
|
|
5470
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5471
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5469
5472
|
import { StackPanel } from "@babylonjs/gui/2D/controls/stackPanel";
|
|
5470
5473
|
interface IStackPanelPropertyGridComponentProps {
|
|
5471
5474
|
stackPanel: StackPanel;
|
|
@@ -5479,12 +5482,12 @@ export class StackPanelPropertyGridComponent extends React.Component<IStackPanel
|
|
|
5479
5482
|
export {};
|
|
5480
5483
|
|
|
5481
5484
|
}
|
|
5482
|
-
declare module "
|
|
5485
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/textBlockPropertyGridComponent" {
|
|
5483
5486
|
import * as React from "react";
|
|
5484
5487
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
|
5485
|
-
import { PropertyChangedEvent } from "
|
|
5488
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
|
5486
5489
|
import { TextBlock } from "@babylonjs/gui/2D/controls/textBlock";
|
|
5487
|
-
import { LockObject } from "
|
|
5490
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
|
5488
5491
|
interface ITextBlockPropertyGridComponentProps {
|
|
5489
5492
|
textBlock: TextBlock;
|
|
5490
5493
|
lockObject: LockObject;
|
|
@@ -5497,7 +5500,7 @@ export class TextBlockPropertyGridComponent extends React.Component<ITextBlockPr
|
|
|
5497
5500
|
export {};
|
|
5498
5501
|
|
|
5499
5502
|
}
|
|
5500
|
-
declare module "
|
|
5503
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/lockObject" {
|
|
5501
5504
|
/**
|
|
5502
5505
|
* Class used to provide lock mechanism
|
|
5503
5506
|
*/
|