@babylonjs/inspector 5.0.0-rc.9 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/babylon.inspector.bundle.js +1 -1
- package/dist/babylon.inspector.bundle.js.map +1 -1
- package/dist/babylon.inspector.bundle.max.js +3124 -2807
- package/dist/babylon.inspector.bundle.max.js.map +1 -1
- package/dist/babylon.inspector.module.d.ts +243 -196
- package/license.md +71 -0
- package/package.json +31 -8
@@ -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>;
|
@@ -187,7 +187,8 @@ export class PaneComponent extends React.Component<IPaneComponentProps, {
|
|
187
187
|
}
|
188
188
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/debugTabComponent" {
|
189
189
|
/// <reference types="react" />
|
190
|
-
import {
|
190
|
+
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
191
|
+
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
191
192
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
192
193
|
export class DebugTabComponent extends PaneComponent {
|
193
194
|
private _physicsViewersEnabled;
|
@@ -312,7 +313,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
312
313
|
import { AnimationGroup } from "@babylonjs/core/Animations/animationGroup";
|
313
314
|
import { Scene } from "@babylonjs/core/scene";
|
314
315
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
315
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
316
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
316
317
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
317
318
|
interface IAnimationGroupGridComponentProps {
|
318
319
|
globalState: GlobalState;
|
@@ -348,7 +349,7 @@ import * as React from "react";
|
|
348
349
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
349
350
|
import { Scene } from "@babylonjs/core/scene";
|
350
351
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
351
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
352
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
352
353
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
353
354
|
import { IAnimatable } from "@babylonjs/core/Animations/animatable.interface";
|
354
355
|
interface IAnimationGridComponentProps {
|
@@ -1255,7 +1256,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1255
1256
|
import { TargetedAnimation } from "@babylonjs/core/Animations/animationGroup";
|
1256
1257
|
import { Scene } from "@babylonjs/core/scene";
|
1257
1258
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1258
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1259
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1259
1260
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1260
1261
|
interface ITargetedAnimationGridComponentProps {
|
1261
1262
|
globalState: GlobalState;
|
@@ -1281,7 +1282,7 @@ import * as React from "react";
|
|
1281
1282
|
import { ArcRotateCamera } from "@babylonjs/core/Cameras/arcRotateCamera";
|
1282
1283
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1283
1284
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1284
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1285
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1285
1286
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1286
1287
|
interface IArcRotateCameraPropertyGridComponentProps {
|
1287
1288
|
globalState: GlobalState;
|
@@ -1301,7 +1302,7 @@ import * as React from "react";
|
|
1301
1302
|
import { Camera } from "@babylonjs/core/Cameras/camera";
|
1302
1303
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1303
1304
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1304
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1305
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1305
1306
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1306
1307
|
interface ICommonCameraPropertyGridComponentProps {
|
1307
1308
|
globalState: GlobalState;
|
@@ -1322,7 +1323,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/ca
|
|
1322
1323
|
import * as React from "react";
|
1323
1324
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1324
1325
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1325
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1326
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1326
1327
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1327
1328
|
import { FollowCamera } from "@babylonjs/core/Cameras/followCamera";
|
1328
1329
|
interface IFollowCameraPropertyGridComponentProps {
|
@@ -1343,7 +1344,7 @@ import * as React from "react";
|
|
1343
1344
|
import { FreeCamera } from "@babylonjs/core/Cameras/freeCamera";
|
1344
1345
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1345
1346
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1346
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1347
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1347
1348
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1348
1349
|
interface IFreeCameraPropertyGridComponentProps {
|
1349
1350
|
globalState: GlobalState;
|
@@ -1362,7 +1363,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/co
|
|
1362
1363
|
import * as React from "react";
|
1363
1364
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1364
1365
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1365
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1366
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1366
1367
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1367
1368
|
interface ICommonPropertyGridComponentProps {
|
1368
1369
|
globalState: GlobalState;
|
@@ -1386,7 +1387,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1386
1387
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1387
1388
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1388
1389
|
import { IInspectable } from "@babylonjs/core/Misc/iInspectable";
|
1389
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1390
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1390
1391
|
interface ICustomPropertyGridComponentProps {
|
1391
1392
|
globalState: GlobalState;
|
1392
1393
|
target: any;
|
@@ -1408,7 +1409,7 @@ import * as React from "react";
|
|
1408
1409
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1409
1410
|
import { Scene } from "@babylonjs/core/scene";
|
1410
1411
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1411
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1412
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1412
1413
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1413
1414
|
interface IFogPropertyGridComponentProps {
|
1414
1415
|
globalState: GlobalState;
|
@@ -1429,7 +1430,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/la
|
|
1429
1430
|
import * as React from "react";
|
1430
1431
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1431
1432
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1432
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1433
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1433
1434
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1434
1435
|
import { IExplorerExtensibilityGroup } from "@babylonjs/core/Debug/debugLayer";
|
1435
1436
|
import { EffectLayer } from "@babylonjs/core/Layers/effectLayer";
|
@@ -1452,7 +1453,7 @@ import * as React from "react";
|
|
1452
1453
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1453
1454
|
import { Light } from "@babylonjs/core/Lights/light";
|
1454
1455
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1455
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1456
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1456
1457
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1457
1458
|
interface ICommonLightPropertyGridComponentProps {
|
1458
1459
|
globalState: GlobalState;
|
@@ -1472,7 +1473,7 @@ import * as React from "react";
|
|
1472
1473
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1473
1474
|
import { IShadowLight } from "@babylonjs/core/Lights/shadowLight";
|
1474
1475
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1475
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1476
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1476
1477
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1477
1478
|
interface ICommonShadowLightPropertyGridComponentProps {
|
1478
1479
|
globalState: GlobalState;
|
@@ -1495,7 +1496,7 @@ import * as React from "react";
|
|
1495
1496
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1496
1497
|
import { DirectionalLight } from "@babylonjs/core/Lights/directionalLight";
|
1497
1498
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1498
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1499
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1499
1500
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1500
1501
|
interface IDirectionalLightPropertyGridComponentProps {
|
1501
1502
|
globalState: GlobalState;
|
@@ -1516,7 +1517,7 @@ import * as React from "react";
|
|
1516
1517
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1517
1518
|
import { HemisphericLight } from "@babylonjs/core/Lights/hemisphericLight";
|
1518
1519
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1519
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1520
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1520
1521
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1521
1522
|
interface IHemisphericLightPropertyGridComponentProps {
|
1522
1523
|
globalState: GlobalState;
|
@@ -1536,7 +1537,7 @@ import * as React from "react";
|
|
1536
1537
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1537
1538
|
import { PointLight } from "@babylonjs/core/Lights/pointLight";
|
1538
1539
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1539
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1540
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1540
1541
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1541
1542
|
interface IPointLightPropertyGridComponentProps {
|
1542
1543
|
globalState: GlobalState;
|
@@ -1556,7 +1557,7 @@ import * as React from "react";
|
|
1556
1557
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1557
1558
|
import { SpotLight } from "@babylonjs/core/Lights/spotLight";
|
1558
1559
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1559
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1560
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1560
1561
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1561
1562
|
interface ISpotLightPropertyGridComponentProps {
|
1562
1563
|
globalState: GlobalState;
|
@@ -1576,7 +1577,7 @@ import * as React from "react";
|
|
1576
1577
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1577
1578
|
import { BackgroundMaterial } from "@babylonjs/core/Materials/Background/backgroundMaterial";
|
1578
1579
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1579
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1580
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1580
1581
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1581
1582
|
interface IBackgroundMaterialPropertyGridComponentProps {
|
1582
1583
|
globalState: GlobalState;
|
@@ -1599,7 +1600,7 @@ import * as React from "react";
|
|
1599
1600
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1600
1601
|
import { Material } from "@babylonjs/core/Materials/material";
|
1601
1602
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1602
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1603
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1603
1604
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1604
1605
|
interface ICommonMaterialPropertyGridComponentProps {
|
1605
1606
|
globalState: GlobalState;
|
@@ -1619,7 +1620,7 @@ import * as React from "react";
|
|
1619
1620
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1620
1621
|
import { Material } from "@babylonjs/core/Materials/material";
|
1621
1622
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1622
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1623
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1623
1624
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1624
1625
|
interface IMaterialPropertyGridComponentProps {
|
1625
1626
|
globalState: GlobalState;
|
@@ -1638,7 +1639,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/ma
|
|
1638
1639
|
import * as React from "react";
|
1639
1640
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1640
1641
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1641
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1642
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1642
1643
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1643
1644
|
import { Material } from "@babylonjs/core/Materials/material";
|
1644
1645
|
import { MultiMaterial } from "@babylonjs/core/Materials/multiMaterial";
|
@@ -1663,7 +1664,7 @@ import * as React from "react";
|
|
1663
1664
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1664
1665
|
import { NodeMaterial } from "@babylonjs/core/Materials/Node/nodeMaterial";
|
1665
1666
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1666
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1667
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1667
1668
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1668
1669
|
import { InputBlock } from "@babylonjs/core/Materials/Node/Blocks/Input/inputBlock";
|
1669
1670
|
interface INodeMaterialPropertyGridComponentProps {
|
@@ -1691,7 +1692,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
1691
1692
|
import { PBRMaterial } from "@babylonjs/core/Materials/PBR/pbrMaterial";
|
1692
1693
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1693
1694
|
import { TextureLinkLineComponent } from "@babylonjs/inspector/components/actionTabs/lines/textureLinkLineComponent";
|
1694
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1695
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1695
1696
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1696
1697
|
import "@babylonjs/core/Rendering/prePassRendererSceneComponent";
|
1697
1698
|
import "@babylonjs/core/Rendering/subSurfaceSceneComponent";
|
@@ -1717,7 +1718,7 @@ import * as React from "react";
|
|
1717
1718
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1718
1719
|
import { PBRMetallicRoughnessMaterial } from "@babylonjs/core/Materials/PBR/pbrMetallicRoughnessMaterial";
|
1719
1720
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1720
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1721
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1721
1722
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1722
1723
|
interface IPBRMetallicRoughnessMaterialPropertyGridComponentProps {
|
1723
1724
|
globalState: GlobalState;
|
@@ -1740,7 +1741,7 @@ import * as React from "react";
|
|
1740
1741
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1741
1742
|
import { PBRSpecularGlossinessMaterial } from "@babylonjs/core/Materials/PBR/pbrSpecularGlossinessMaterial";
|
1742
1743
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1743
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1744
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1744
1745
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1745
1746
|
interface IPBRSpecularGlossinessMaterialPropertyGridComponentProps {
|
1746
1747
|
globalState: GlobalState;
|
@@ -1763,7 +1764,7 @@ import * as React from "react";
|
|
1763
1764
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1764
1765
|
import { StandardMaterial } from "@babylonjs/core/Materials/standardMaterial";
|
1765
1766
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1766
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1767
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1767
1768
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1768
1769
|
interface IStandardMaterialPropertyGridComponentProps {
|
1769
1770
|
globalState: GlobalState;
|
@@ -1787,7 +1788,7 @@ import { Nullable } from "@babylonjs/core/types";
|
|
1787
1788
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
1788
1789
|
import { BaseTexture } from "@babylonjs/core/Materials/Textures/baseTexture";
|
1789
1790
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1790
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
1791
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
1791
1792
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1792
1793
|
interface ITexturePropertyGridComponentProps {
|
1793
1794
|
texture: BaseTexture;
|
@@ -2091,6 +2092,9 @@ import { Vector2 } from "@babylonjs/core/Maths/math.vector";
|
|
2091
2092
|
import { PointerInfo } from "@babylonjs/core/Events/pointerEvents";
|
2092
2093
|
import { PopupComponent } from "@babylonjs/inspector/components/popupComponent";
|
2093
2094
|
import "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/materials/textures/textureEditor.scss";
|
2095
|
+
global {
|
2096
|
+
var _TOOL_DATA_: IToolData;
|
2097
|
+
}
|
2094
2098
|
interface ITextureEditorComponentProps {
|
2095
2099
|
texture: BaseTexture;
|
2096
2100
|
url: string;
|
@@ -2174,9 +2178,6 @@ export interface IMetadata {
|
|
2174
2178
|
};
|
2175
2179
|
[key: string]: any;
|
2176
2180
|
}
|
2177
|
-
global {
|
2178
|
-
var _TOOL_DATA_: IToolData;
|
2179
|
-
}
|
2180
2181
|
export class TextureEditorComponent extends React.Component<ITextureEditorComponentProps, ITextureEditorComponentState> {
|
2181
2182
|
private _textureCanvasManager;
|
2182
2183
|
private _uiCanvas;
|
@@ -2254,7 +2255,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/me
|
|
2254
2255
|
import * as React from "react";
|
2255
2256
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2256
2257
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2257
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2258
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2258
2259
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2259
2260
|
import { Bone } from "@babylonjs/core/Bones/bone";
|
2260
2261
|
interface IBonePropertyGridComponentProps {
|
@@ -2276,7 +2277,7 @@ import * as React from "react";
|
|
2276
2277
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2277
2278
|
import { Mesh } from "@babylonjs/core/Meshes/mesh";
|
2278
2279
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2279
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2280
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2280
2281
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2281
2282
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
2282
2283
|
interface IMeshPropertyGridComponentProps {
|
@@ -2314,7 +2315,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/me
|
|
2314
2315
|
import * as React from "react";
|
2315
2316
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2316
2317
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2317
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2318
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2318
2319
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2319
2320
|
import { Skeleton } from "@babylonjs/core/Bones/skeleton";
|
2320
2321
|
interface ISkeletonPropertyGridComponentProps {
|
@@ -2343,7 +2344,7 @@ import * as React from "react";
|
|
2343
2344
|
import { TransformNode } from "@babylonjs/core/Meshes/transformNode";
|
2344
2345
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2345
2346
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2346
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2347
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2347
2348
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2348
2349
|
interface ITransformNodePropertyGridComponentProps {
|
2349
2350
|
globalState: GlobalState;
|
@@ -2357,6 +2358,26 @@ export class TransformNodePropertyGridComponent extends React.Component<ITransfo
|
|
2357
2358
|
}
|
2358
2359
|
export {};
|
2359
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
|
+
|
2360
2381
|
}
|
2361
2382
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/particleSystems/boxEmitterGridComponent" {
|
2362
2383
|
import * as React from "react";
|
@@ -2380,7 +2401,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
2380
2401
|
import * as React from "react";
|
2381
2402
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2382
2403
|
import { ColorGradient, Color3Gradient } from "@babylonjs/core/Misc/gradients";
|
2383
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2404
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2384
2405
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
2385
2406
|
interface IColorGradientStepGridComponent {
|
2386
2407
|
globalState: GlobalState;
|
@@ -2434,7 +2455,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2434
2455
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2435
2456
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2436
2457
|
import { CylinderParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/cylinderParticleEmitter";
|
2437
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2458
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2438
2459
|
interface ICylinderEmitterGridComponentProps {
|
2439
2460
|
globalState: GlobalState;
|
2440
2461
|
emitter: CylinderParticleEmitter;
|
@@ -2452,7 +2473,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
2452
2473
|
import * as React from "react";
|
2453
2474
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2454
2475
|
import { FactorGradient } from "@babylonjs/core/Misc/gradients";
|
2455
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2476
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2456
2477
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
2457
2478
|
interface IFactorGradientStepGridComponent {
|
2458
2479
|
globalState: GlobalState;
|
@@ -2492,7 +2513,7 @@ import * as React from "react";
|
|
2492
2513
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2493
2514
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2494
2515
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2495
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2516
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2496
2517
|
import { HemisphericParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/hemisphericParticleEmitter";
|
2497
2518
|
interface IHemisphericEmitterGridComponentProps {
|
2498
2519
|
globalState: GlobalState;
|
@@ -2512,7 +2533,7 @@ import * as React from "react";
|
|
2512
2533
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2513
2534
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2514
2535
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2515
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2536
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2516
2537
|
import { MeshParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/meshParticleEmitter";
|
2517
2538
|
import { Scene } from "@babylonjs/core/scene";
|
2518
2539
|
interface IMeshEmitterGridComponentProps {
|
@@ -2534,7 +2555,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
2534
2555
|
import * as React from "react";
|
2535
2556
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2536
2557
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2537
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2558
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2538
2559
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2539
2560
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
2540
2561
|
interface IParticleSystemPropertyGridComponentProps {
|
@@ -2564,7 +2585,7 @@ import * as React from "react";
|
|
2564
2585
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2565
2586
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2566
2587
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2567
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2588
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2568
2589
|
import { PointParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/pointParticleEmitter";
|
2569
2590
|
interface IPointEmitterGridComponentProps {
|
2570
2591
|
globalState: GlobalState;
|
@@ -2584,7 +2605,7 @@ import * as React from "react";
|
|
2584
2605
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2585
2606
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2586
2607
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2587
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2608
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2588
2609
|
import { SphereParticleEmitter } from "@babylonjs/core/Particles/EmitterTypes/sphereParticleEmitter";
|
2589
2610
|
interface ISphereEmitterGridComponentProps {
|
2590
2611
|
globalState: GlobalState;
|
@@ -2603,7 +2624,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/pa
|
|
2603
2624
|
import * as React from "react";
|
2604
2625
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2605
2626
|
import { IValueGradient } from "@babylonjs/core/Misc/gradients";
|
2606
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2627
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2607
2628
|
import { Nullable } from "@babylonjs/core/types";
|
2608
2629
|
import { IParticleSystem } from "@babylonjs/core/Particles/IParticleSystem";
|
2609
2630
|
export enum GradientGridMode {
|
@@ -2637,7 +2658,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
2637
2658
|
import * as React from "react";
|
2638
2659
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2639
2660
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2640
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2661
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2641
2662
|
import { PostProcess } from "@babylonjs/core/PostProcesses/postProcess";
|
2642
2663
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2643
2664
|
interface ICommonPostProcessPropertyGridComponentProps {
|
@@ -2657,7 +2678,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
2657
2678
|
import * as React from "react";
|
2658
2679
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2659
2680
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2660
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2681
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2661
2682
|
import { PostProcessRenderPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/postProcessRenderPipeline";
|
2662
2683
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2663
2684
|
interface ICommonRenderingPipelinePropertyGridComponentProps {
|
@@ -2678,7 +2699,7 @@ import * as React from "react";
|
|
2678
2699
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2679
2700
|
import { DefaultRenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/defaultRenderingPipeline";
|
2680
2701
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2681
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2702
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2682
2703
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2683
2704
|
interface IDefaultRenderingPipelinePropertyGridComponentProps {
|
2684
2705
|
globalState: GlobalState;
|
@@ -2698,7 +2719,7 @@ import * as React from "react";
|
|
2698
2719
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2699
2720
|
import { LensRenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/lensRenderingPipeline";
|
2700
2721
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2701
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2722
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2702
2723
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2703
2724
|
interface ILenstRenderingPipelinePropertyGridComponentProps {
|
2704
2725
|
globalState: GlobalState;
|
@@ -2718,7 +2739,7 @@ import * as React from "react";
|
|
2718
2739
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2719
2740
|
import { PostProcess } from "@babylonjs/core/PostProcesses/postProcess";
|
2720
2741
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2721
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2742
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2722
2743
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2723
2744
|
interface IPostProcessPropertyGridComponentProps {
|
2724
2745
|
globalState: GlobalState;
|
@@ -2739,7 +2760,7 @@ import * as React from "react";
|
|
2739
2760
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2740
2761
|
import { PostProcessRenderPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/postProcessRenderPipeline";
|
2741
2762
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2742
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2763
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2743
2764
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2744
2765
|
interface IRenderingPipelinePropertyGridComponentProps {
|
2745
2766
|
globalState: GlobalState;
|
@@ -2758,7 +2779,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
2758
2779
|
import * as React from "react";
|
2759
2780
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2760
2781
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2761
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2782
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2762
2783
|
import { SSAO2RenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/ssao2RenderingPipeline";
|
2763
2784
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2764
2785
|
interface ISSAO2RenderingPipelinePropertyGridComponentProps {
|
@@ -2778,7 +2799,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/po
|
|
2778
2799
|
import * as React from "react";
|
2779
2800
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2780
2801
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2781
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2802
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2782
2803
|
import { SSAORenderingPipeline } from "@babylonjs/core/PostProcesses/RenderPipeline/Pipelines/ssaoRenderingPipeline";
|
2783
2804
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2784
2805
|
interface ISSAORenderingPipelinePropertyGridComponentProps {
|
@@ -2820,7 +2841,7 @@ import { Observable } from "@babylonjs/core/Misc/observable";
|
|
2820
2841
|
import { Vector3 } from "@babylonjs/core/Maths/math.vector";
|
2821
2842
|
import { Scene } from "@babylonjs/core/scene";
|
2822
2843
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2823
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2844
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2824
2845
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2825
2846
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
2826
2847
|
interface IScenePropertyGridComponentProps {
|
@@ -2849,7 +2870,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/so
|
|
2849
2870
|
import * as React from "react";
|
2850
2871
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2851
2872
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2852
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2873
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2853
2874
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2854
2875
|
import { Sound } from "@babylonjs/core/Audio/sound";
|
2855
2876
|
import { IExplorerExtensibilityGroup } from "@babylonjs/core/Debug/debugLayer";
|
@@ -2871,7 +2892,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/sp
|
|
2871
2892
|
import * as React from "react";
|
2872
2893
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2873
2894
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2874
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2895
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2875
2896
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2876
2897
|
import { SpriteManager } from "@babylonjs/core/Sprites/spriteManager";
|
2877
2898
|
interface ISpriteManagerPropertyGridComponentProps {
|
@@ -2899,7 +2920,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/sp
|
|
2899
2920
|
import * as React from "react";
|
2900
2921
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2901
2922
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2902
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2923
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2903
2924
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2904
2925
|
import { Sprite } from "@babylonjs/core/Sprites/sprite";
|
2905
2926
|
interface ISpritePropertyGridComponentProps {
|
@@ -2930,7 +2951,7 @@ declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGrids/va
|
|
2930
2951
|
import * as React from "react";
|
2931
2952
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
2932
2953
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
2933
|
-
import { LockObject } from "shared-ui-components/tabs/propertyGrids/lockObject";
|
2954
|
+
import { LockObject } from "@babylonjs/shared-ui-components/tabs/propertyGrids/lockObject";
|
2934
2955
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
2935
2956
|
interface IVariantsPropertyGridComponentProps {
|
2936
2957
|
globalState: GlobalState;
|
@@ -2948,7 +2969,8 @@ export {};
|
|
2948
2969
|
}
|
2949
2970
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/propertyGridTabComponent" {
|
2950
2971
|
/// <reference types="react" />
|
2951
|
-
import {
|
2972
|
+
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
2973
|
+
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
2952
2974
|
export class PropertyGridTabComponent extends PaneComponent {
|
2953
2975
|
private _timerIntervalId;
|
2954
2976
|
private _lockObject;
|
@@ -2962,7 +2984,8 @@ export class PropertyGridTabComponent extends PaneComponent {
|
|
2962
2984
|
}
|
2963
2985
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/settingsTabComponent" {
|
2964
2986
|
/// <reference types="react" />
|
2965
|
-
import {
|
2987
|
+
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
2988
|
+
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
2966
2989
|
export class SettingsTabComponent extends PaneComponent {
|
2967
2990
|
constructor(props: IPaneComponentProps);
|
2968
2991
|
render(): JSX.Element;
|
@@ -2971,7 +2994,8 @@ export class SettingsTabComponent extends PaneComponent {
|
|
2971
2994
|
}
|
2972
2995
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/statisticsTabComponent" {
|
2973
2996
|
/// <reference types="react" />
|
2974
|
-
import {
|
2997
|
+
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
2998
|
+
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
2975
2999
|
export class StatisticsTabComponent extends PaneComponent {
|
2976
3000
|
private _sceneInstrumentation;
|
2977
3001
|
private _engineInstrumentation;
|
@@ -3004,15 +3028,16 @@ export {};
|
|
3004
3028
|
}
|
3005
3029
|
declare module "@babylonjs/inspector/components/actionTabs/tabs/toolsTabComponent" {
|
3006
3030
|
/// <reference types="react" />
|
3007
|
-
import {
|
3008
|
-
import {
|
3031
|
+
import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3032
|
+
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
3009
3033
|
export class ToolsTabComponent extends PaneComponent {
|
3010
3034
|
private _lockObject;
|
3011
3035
|
private _videoRecorder;
|
3012
3036
|
private _screenShotSize;
|
3013
3037
|
private _gifOptions;
|
3014
3038
|
private _useWidthHeight;
|
3015
|
-
private
|
3039
|
+
private _isExportingGltf;
|
3040
|
+
private _gltfExportOptions;
|
3016
3041
|
private _gifWorkerBlob;
|
3017
3042
|
private _gifRecorder;
|
3018
3043
|
private _previousRenderingScale;
|
@@ -3030,7 +3055,6 @@ export class ToolsTabComponent extends PaneComponent {
|
|
3030
3055
|
recordGIFInternal(): void;
|
3031
3056
|
recordGIF(): void;
|
3032
3057
|
importAnimations(event: any): void;
|
3033
|
-
shouldExport(node: Node): boolean;
|
3034
3058
|
exportGLTF(): void;
|
3035
3059
|
exportBabylon(): void;
|
3036
3060
|
createEnvTexture(): void;
|
@@ -3092,7 +3116,8 @@ export {};
|
|
3092
3116
|
declare module "@babylonjs/inspector/components/globalState" {
|
3093
3117
|
import { IGLTFValidationResults } from "babylonjs-gltf2interface";
|
3094
3118
|
import { Nullable } from "@babylonjs/core/types";
|
3095
|
-
import {
|
3119
|
+
import { Observer } from "@babylonjs/core/Misc/observable";
|
3120
|
+
import { Observable } from "@babylonjs/core/Misc/observable";
|
3096
3121
|
import { ISceneLoaderPlugin, ISceneLoaderPluginAsync } from "@babylonjs/core/Loading/sceneLoader";
|
3097
3122
|
import { Scene } from "@babylonjs/core/scene";
|
3098
3123
|
import { Light } from "@babylonjs/core/Lights/light";
|
@@ -3101,6 +3126,7 @@ import { LightGizmo } from "@babylonjs/core/Gizmos/lightGizmo";
|
|
3101
3126
|
import { CameraGizmo } from "@babylonjs/core/Gizmos/cameraGizmo";
|
3102
3127
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
3103
3128
|
import { ReplayRecorder } from "@babylonjs/inspector/components/replayRecorder";
|
3129
|
+
import { IGLTFLoaderExtension, GLTFFileLoader } from "@babylonjs/loaders/glTF/index";
|
3104
3130
|
export class GlobalState {
|
3105
3131
|
onSelectionChangedObservable: Observable<any>;
|
3106
3132
|
onPropertyChangedObservable: Observable<PropertyChangedEvent>;
|
@@ -3114,7 +3140,7 @@ export class GlobalState {
|
|
3114
3140
|
};
|
3115
3141
|
validationResults: Nullable<IGLTFValidationResults>;
|
3116
3142
|
onValidationResultsUpdatedObservable: Observable<Nullable<IGLTFValidationResults>>;
|
3117
|
-
onExtensionLoadedObservable: Observable<
|
3143
|
+
onExtensionLoadedObservable: Observable<IGLTFLoaderExtension>;
|
3118
3144
|
glTFLoaderExtensionDefaults: {
|
3119
3145
|
[name: string]: {
|
3120
3146
|
[key: string]: any;
|
@@ -3124,7 +3150,7 @@ export class GlobalState {
|
|
3124
3150
|
[key: string]: any;
|
3125
3151
|
};
|
3126
3152
|
glTFLoaderExtensions: {
|
3127
|
-
[key: string]:
|
3153
|
+
[key: string]: IGLTFLoaderExtension;
|
3128
3154
|
};
|
3129
3155
|
blockMutationUpdates: boolean;
|
3130
3156
|
selectedLineContainerTitles: Array<string>;
|
@@ -3137,7 +3163,7 @@ export class GlobalState {
|
|
3137
3163
|
get ignoreBackfacesForPicking(): boolean;
|
3138
3164
|
set ignoreBackfacesForPicking(value: boolean);
|
3139
3165
|
init(propertyChangedObservable: Observable<PropertyChangedEvent>): void;
|
3140
|
-
prepareGLTFPlugin(loader:
|
3166
|
+
prepareGLTFPlugin(loader: GLTFFileLoader): void;
|
3141
3167
|
resetGLTFValidationResults(): void;
|
3142
3168
|
lightGizmos: Array<LightGizmo>;
|
3143
3169
|
enableLightGizmo(light: Light, enable?: boolean): void;
|
@@ -4101,11 +4127,11 @@ export class TreeItemComponent extends React.Component<ITreeItemComponentProps,
|
|
4101
4127
|
}
|
4102
4128
|
declare module "@babylonjs/inspector/components/sceneExplorer/treeItemLabelComponent" {
|
4103
4129
|
import * as React from "react";
|
4104
|
-
|
4130
|
+
|
4105
4131
|
interface ITreeItemLabelComponentProps {
|
4106
4132
|
label: string;
|
4107
4133
|
onClick?: () => void;
|
4108
|
-
icon:
|
4134
|
+
icon: any;
|
4109
4135
|
color: string;
|
4110
4136
|
}
|
4111
4137
|
export class TreeItemLabelComponent extends React.Component<ITreeItemLabelComponentProps> {
|
@@ -4224,6 +4250,10 @@ export class Inspector {
|
|
4224
4250
|
static _ClosePersistentPopup(): void;
|
4225
4251
|
}
|
4226
4252
|
|
4253
|
+
}
|
4254
|
+
declare module "@babylonjs/inspector/legacy/legacy" {
|
4255
|
+
export * from "@babylonjs/inspector/index";
|
4256
|
+
|
4227
4257
|
}
|
4228
4258
|
declare module "@babylonjs/inspector/lod" {
|
4229
4259
|
/** @hidden */
|
@@ -4266,7 +4296,7 @@ export class Tools {
|
|
4266
4296
|
}
|
4267
4297
|
|
4268
4298
|
}
|
4269
|
-
declare module "
|
4299
|
+
declare module "@babylonjs/inspector/colorPicker/colorComponentEntry" {
|
4270
4300
|
import * as React from "react";
|
4271
4301
|
export interface IColorComponentEntryProps {
|
4272
4302
|
value: number;
|
@@ -4283,10 +4313,10 @@ export class ColorComponentEntry extends React.Component<IColorComponentEntryPro
|
|
4283
4313
|
}
|
4284
4314
|
|
4285
4315
|
}
|
4286
|
-
declare module "
|
4316
|
+
declare module "@babylonjs/inspector/colorPicker/colorPicker" {
|
4287
4317
|
import * as React from "react";
|
4288
4318
|
import { Color3, Color4 } from "@babylonjs/core/Maths/math.color";
|
4289
|
-
import "
|
4319
|
+
import "@babylonjs/inspector/colorPicker/colorPicker.scss";
|
4290
4320
|
/**
|
4291
4321
|
* Interface used to specify creation options for color picker
|
4292
4322
|
*/
|
@@ -4327,7 +4357,7 @@ export class ColorPicker extends React.Component<IColorPickerProps, IColorPicker
|
|
4327
4357
|
}
|
4328
4358
|
|
4329
4359
|
}
|
4330
|
-
declare module "
|
4360
|
+
declare module "@babylonjs/inspector/colorPicker/hexColor" {
|
4331
4361
|
import * as React from "react";
|
4332
4362
|
export interface IHexColorProps {
|
4333
4363
|
value: string;
|
@@ -4346,7 +4376,7 @@ export class HexColor extends React.Component<IHexColorProps, {
|
|
4346
4376
|
}
|
4347
4377
|
|
4348
4378
|
}
|
4349
|
-
declare module "
|
4379
|
+
declare module "@babylonjs/inspector/lines/booleanLineComponent" {
|
4350
4380
|
import * as React from "react";
|
4351
4381
|
export interface IBooleanLineComponentProps {
|
4352
4382
|
label: string;
|
@@ -4360,7 +4390,7 @@ export class BooleanLineComponent extends React.Component<IBooleanLineComponentP
|
|
4360
4390
|
}
|
4361
4391
|
|
4362
4392
|
}
|
4363
|
-
declare module "
|
4393
|
+
declare module "@babylonjs/inspector/lines/buttonLineComponent" {
|
4364
4394
|
import * as React from "react";
|
4365
4395
|
export interface IButtonLineComponentProps {
|
4366
4396
|
label: string;
|
@@ -4374,11 +4404,11 @@ export class ButtonLineComponent extends React.Component<IButtonLineComponentPro
|
|
4374
4404
|
}
|
4375
4405
|
|
4376
4406
|
}
|
4377
|
-
declare module "
|
4407
|
+
declare module "@babylonjs/inspector/lines/checkBoxLineComponent" {
|
4378
4408
|
import * as React from "react";
|
4379
4409
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4380
|
-
import { PropertyChangedEvent } from "
|
4381
|
-
|
4410
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4411
|
+
|
4382
4412
|
export interface ICheckBoxLineComponentProps {
|
4383
4413
|
label?: string;
|
4384
4414
|
target?: any;
|
@@ -4391,9 +4421,10 @@ export interface ICheckBoxLineComponentProps {
|
|
4391
4421
|
icon?: string;
|
4392
4422
|
iconLabel?: string;
|
4393
4423
|
faIcons?: {
|
4394
|
-
enabled:
|
4395
|
-
disabled:
|
4424
|
+
enabled: any;
|
4425
|
+
disabled: any;
|
4396
4426
|
};
|
4427
|
+
large?: boolean;
|
4397
4428
|
}
|
4398
4429
|
export class CheckBoxLineComponent extends React.Component<ICheckBoxLineComponentProps, {
|
4399
4430
|
isSelected: boolean;
|
@@ -4412,11 +4443,11 @@ export class CheckBoxLineComponent extends React.Component<ICheckBoxLineComponen
|
|
4412
4443
|
}
|
4413
4444
|
|
4414
4445
|
}
|
4415
|
-
declare module "
|
4446
|
+
declare module "@babylonjs/inspector/lines/color3LineComponent" {
|
4416
4447
|
import * as React from "react";
|
4417
4448
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4418
|
-
import { PropertyChangedEvent } from "
|
4419
|
-
import { LockObject } from "
|
4449
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4450
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
4420
4451
|
export interface IColor3LineComponentProps {
|
4421
4452
|
label: string;
|
4422
4453
|
target: any;
|
@@ -4433,11 +4464,11 @@ export class Color3LineComponent extends React.Component<IColor3LineComponentPro
|
|
4433
4464
|
}
|
4434
4465
|
|
4435
4466
|
}
|
4436
|
-
declare module "
|
4467
|
+
declare module "@babylonjs/inspector/lines/color4LineComponent" {
|
4437
4468
|
import * as React from "react";
|
4438
4469
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4439
|
-
import { PropertyChangedEvent } from "
|
4440
|
-
import { LockObject } from "
|
4470
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4471
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
4441
4472
|
export interface IColor4LineComponentProps {
|
4442
4473
|
label: string;
|
4443
4474
|
target?: any;
|
@@ -4454,12 +4485,12 @@ export class Color4LineComponent extends React.Component<IColor4LineComponentPro
|
|
4454
4485
|
}
|
4455
4486
|
|
4456
4487
|
}
|
4457
|
-
declare module "
|
4488
|
+
declare module "@babylonjs/inspector/lines/colorLineComponent" {
|
4458
4489
|
import * as React from "react";
|
4459
4490
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4460
4491
|
import { Color4 } from "@babylonjs/core/Maths/math.color";
|
4461
|
-
import { PropertyChangedEvent } from "
|
4462
|
-
import { LockObject } from "
|
4492
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4493
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
4463
4494
|
export interface IColorLineComponentProps {
|
4464
4495
|
label: string;
|
4465
4496
|
target?: any;
|
@@ -4497,7 +4528,7 @@ export class ColorLineComponent extends React.Component<IColorLineComponentProps
|
|
4497
4528
|
export {};
|
4498
4529
|
|
4499
4530
|
}
|
4500
|
-
declare module "
|
4531
|
+
declare module "@babylonjs/inspector/lines/colorPickerComponent" {
|
4501
4532
|
import * as React from "react";
|
4502
4533
|
import { Color4, Color3 } from "@babylonjs/core/Maths/math.color";
|
4503
4534
|
export interface IColorPickerComponentProps {
|
@@ -4529,7 +4560,7 @@ export class ColorPickerLineComponent extends React.Component<IColorPickerCompon
|
|
4529
4560
|
export {};
|
4530
4561
|
|
4531
4562
|
}
|
4532
|
-
declare module "
|
4563
|
+
declare module "@babylonjs/inspector/lines/draggableLineComponent" {
|
4533
4564
|
import * as React from "react";
|
4534
4565
|
export interface IButtonLineComponentProps {
|
4535
4566
|
data: string;
|
@@ -4541,7 +4572,7 @@ export class DraggableLineComponent extends React.Component<IButtonLineComponent
|
|
4541
4572
|
}
|
4542
4573
|
|
4543
4574
|
}
|
4544
|
-
declare module "
|
4575
|
+
declare module "@babylonjs/inspector/lines/fileButtonLineComponent" {
|
4545
4576
|
import * as React from "react";
|
4546
4577
|
interface IFileButtonLineComponentProps {
|
4547
4578
|
label: string;
|
@@ -4561,7 +4592,7 @@ export class FileButtonLineComponent extends React.Component<IFileButtonLineComp
|
|
4561
4592
|
export {};
|
4562
4593
|
|
4563
4594
|
}
|
4564
|
-
declare module "
|
4595
|
+
declare module "@babylonjs/inspector/lines/fileMultipleButtonLineComponent" {
|
4565
4596
|
import * as React from "react";
|
4566
4597
|
interface IFileMultipleButtonLineComponentProps {
|
4567
4598
|
label: string;
|
@@ -4581,11 +4612,11 @@ export class FileMultipleButtonLineComponent extends React.Component<IFileMultip
|
|
4581
4612
|
export {};
|
4582
4613
|
|
4583
4614
|
}
|
4584
|
-
declare module "
|
4615
|
+
declare module "@babylonjs/inspector/lines/floatLineComponent" {
|
4585
4616
|
import * as React from "react";
|
4586
4617
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4587
|
-
import { PropertyChangedEvent } from "
|
4588
|
-
import { LockObject } from "
|
4618
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4619
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
4589
4620
|
interface IFloatLineComponentProps {
|
4590
4621
|
label: string;
|
4591
4622
|
target: any;
|
@@ -4605,12 +4636,14 @@ interface IFloatLineComponentProps {
|
|
4605
4636
|
icon?: string;
|
4606
4637
|
iconLabel?: string;
|
4607
4638
|
defaultValue?: number;
|
4608
|
-
|
4609
|
-
|
4610
|
-
|
4639
|
+
arrows?: boolean;
|
4640
|
+
unit?: React.ReactNode;
|
4641
|
+
onDragStart?: (newValue: number) => void;
|
4642
|
+
onDragStop?: (newValue: number) => void;
|
4611
4643
|
}
|
4612
4644
|
export class FloatLineComponent extends React.Component<IFloatLineComponentProps, {
|
4613
4645
|
value: string;
|
4646
|
+
dragging: boolean;
|
4614
4647
|
}> {
|
4615
4648
|
private _localChange;
|
4616
4649
|
private _store;
|
@@ -4619,21 +4652,24 @@ export class FloatLineComponent extends React.Component<IFloatLineComponentProps
|
|
4619
4652
|
getValueString(value: any): string;
|
4620
4653
|
shouldComponentUpdate(nextProps: IFloatLineComponentProps, nextState: {
|
4621
4654
|
value: string;
|
4655
|
+
dragging: boolean;
|
4622
4656
|
}): boolean;
|
4623
4657
|
raiseOnPropertyChanged(newValue: number, previousValue: number): void;
|
4624
4658
|
updateValue(valueString: string): void;
|
4625
4659
|
lock(): void;
|
4626
4660
|
unlock(): void;
|
4661
|
+
incrementValue(amount: number): void;
|
4662
|
+
onKeyDown(event: React.KeyboardEvent): void;
|
4627
4663
|
render(): JSX.Element;
|
4628
4664
|
}
|
4629
4665
|
export {};
|
4630
4666
|
|
4631
4667
|
}
|
4632
|
-
declare module "
|
4668
|
+
declare module "@babylonjs/inspector/lines/hexLineComponent" {
|
4633
4669
|
import * as React from "react";
|
4634
4670
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4635
|
-
import { PropertyChangedEvent } from "
|
4636
|
-
import { LockObject } from "
|
4671
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4672
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
4637
4673
|
interface IHexLineComponentProps {
|
4638
4674
|
label: string;
|
4639
4675
|
target: any;
|
@@ -4672,7 +4708,7 @@ export class HexLineComponent extends React.Component<IHexLineComponentProps, {
|
|
4672
4708
|
export {};
|
4673
4709
|
|
4674
4710
|
}
|
4675
|
-
declare module "
|
4711
|
+
declare module "@babylonjs/inspector/lines/iconButtonLineComponent" {
|
4676
4712
|
import * as React from "react";
|
4677
4713
|
export interface IIconButtonLineComponentProps {
|
4678
4714
|
icon: string;
|
@@ -4686,7 +4722,7 @@ export class IconButtonLineComponent extends React.Component<IIconButtonLineComp
|
|
4686
4722
|
}
|
4687
4723
|
|
4688
4724
|
}
|
4689
|
-
declare module "
|
4725
|
+
declare module "@babylonjs/inspector/lines/iconComponent" {
|
4690
4726
|
import * as React from "react";
|
4691
4727
|
interface IIconComponentProps {
|
4692
4728
|
icon: string;
|
@@ -4698,7 +4734,7 @@ export class IconComponent extends React.Component<IIconComponentProps> {
|
|
4698
4734
|
export {};
|
4699
4735
|
|
4700
4736
|
}
|
4701
|
-
declare module "
|
4737
|
+
declare module "@babylonjs/inspector/lines/indentedTextLineComponent" {
|
4702
4738
|
import * as React from "react";
|
4703
4739
|
interface IIndentedTextLineComponentProps {
|
4704
4740
|
value?: string;
|
@@ -4717,7 +4753,7 @@ export class IndentedTextLineComponent extends React.Component<IIndentedTextLine
|
|
4717
4753
|
export {};
|
4718
4754
|
|
4719
4755
|
}
|
4720
|
-
declare module "
|
4756
|
+
declare module "@babylonjs/inspector/lines/inputArrowsComponent" {
|
4721
4757
|
import * as React from "react";
|
4722
4758
|
interface IInputArrowsComponentProps {
|
4723
4759
|
incrementValue: (amount: number) => void;
|
@@ -4727,21 +4763,22 @@ export class InputArrowsComponent extends React.Component<IInputArrowsComponentP
|
|
4727
4763
|
private _arrowsRef;
|
4728
4764
|
private _drag;
|
4729
4765
|
private _releaseListener;
|
4766
|
+
private _lockChangeListener;
|
4730
4767
|
render(): JSX.Element;
|
4731
4768
|
}
|
4732
4769
|
export {};
|
4733
4770
|
|
4734
4771
|
}
|
4735
|
-
declare module "
|
4772
|
+
declare module "@babylonjs/inspector/lines/iSelectedLineContainer" {
|
4736
4773
|
export interface ISelectedLineContainer {
|
4737
4774
|
selectedLineContainerTitles: Array<string>;
|
4738
4775
|
selectedLineContainerTitlesNoFocus: Array<string>;
|
4739
4776
|
}
|
4740
4777
|
|
4741
4778
|
}
|
4742
|
-
declare module "
|
4779
|
+
declare module "@babylonjs/inspector/lines/lineContainerComponent" {
|
4743
4780
|
import * as React from "react";
|
4744
|
-
import { ISelectedLineContainer } from "
|
4781
|
+
import { ISelectedLineContainer } from "@babylonjs/inspector/lines/iSelectedLineContainer";
|
4745
4782
|
interface ILineContainerComponentProps {
|
4746
4783
|
selection?: ISelectedLineContainer;
|
4747
4784
|
title: string;
|
@@ -4761,15 +4798,15 @@ export class LineContainerComponent extends React.Component<ILineContainerCompon
|
|
4761
4798
|
export {};
|
4762
4799
|
|
4763
4800
|
}
|
4764
|
-
declare module "
|
4801
|
+
declare module "@babylonjs/inspector/lines/linkButtonComponent" {
|
4765
4802
|
import * as React from "react";
|
4766
|
-
|
4803
|
+
|
4767
4804
|
interface ILinkButtonComponentProps {
|
4768
4805
|
label: string;
|
4769
4806
|
buttonLabel: string;
|
4770
4807
|
url?: string;
|
4771
4808
|
onClick: () => void;
|
4772
|
-
icon?:
|
4809
|
+
icon?: any;
|
4773
4810
|
onIconClick?: () => void;
|
4774
4811
|
}
|
4775
4812
|
export class LinkButtonComponent extends React.Component<ILinkButtonComponentProps> {
|
@@ -4780,13 +4817,13 @@ export class LinkButtonComponent extends React.Component<ILinkButtonComponentPro
|
|
4780
4817
|
export {};
|
4781
4818
|
|
4782
4819
|
}
|
4783
|
-
declare module "
|
4820
|
+
declare module "@babylonjs/inspector/lines/messageLineComponent" {
|
4784
4821
|
import * as React from "react";
|
4785
|
-
|
4822
|
+
|
4786
4823
|
interface IMessageLineComponentProps {
|
4787
4824
|
text: string;
|
4788
4825
|
color?: string;
|
4789
|
-
icon?:
|
4826
|
+
icon?: any;
|
4790
4827
|
}
|
4791
4828
|
export class MessageLineComponent extends React.Component<IMessageLineComponentProps> {
|
4792
4829
|
constructor(props: IMessageLineComponentProps);
|
@@ -4795,7 +4832,7 @@ export class MessageLineComponent extends React.Component<IMessageLineComponentP
|
|
4795
4832
|
export {};
|
4796
4833
|
|
4797
4834
|
}
|
4798
|
-
declare module "
|
4835
|
+
declare module "@babylonjs/inspector/lines/numericInputComponent" {
|
4799
4836
|
import * as React from "react";
|
4800
4837
|
interface INumericInputComponentProps {
|
4801
4838
|
label: string;
|
@@ -4824,10 +4861,10 @@ export class NumericInputComponent extends React.Component<INumericInputComponen
|
|
4824
4861
|
export {};
|
4825
4862
|
|
4826
4863
|
}
|
4827
|
-
declare module "
|
4864
|
+
declare module "@babylonjs/inspector/lines/optionsLineComponent" {
|
4828
4865
|
import * as React from "react";
|
4829
4866
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4830
|
-
import { PropertyChangedEvent } from "
|
4867
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4831
4868
|
import { IInspectableOptions } from "@babylonjs/core/Misc/iInspectable";
|
4832
4869
|
export const Null_Value: number;
|
4833
4870
|
export interface IOptionsLineComponentProps {
|
@@ -4859,14 +4896,14 @@ export class OptionsLineComponent extends React.Component<IOptionsLineComponentP
|
|
4859
4896
|
}
|
4860
4897
|
|
4861
4898
|
}
|
4862
|
-
declare module "
|
4899
|
+
declare module "@babylonjs/inspector/lines/popup" {
|
4863
4900
|
export class Popup {
|
4864
4901
|
static CreatePopup(title: string, windowVariableName: string, width?: number, height?: number): HTMLDivElement | null;
|
4865
4902
|
private static _CopyStyles;
|
4866
4903
|
}
|
4867
4904
|
|
4868
4905
|
}
|
4869
|
-
declare module "
|
4906
|
+
declare module "@babylonjs/inspector/lines/radioLineComponent" {
|
4870
4907
|
import * as React from "react";
|
4871
4908
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4872
4909
|
interface IRadioButtonLineComponentProps {
|
@@ -4890,11 +4927,11 @@ export class RadioButtonLineComponent extends React.Component<IRadioButtonLineCo
|
|
4890
4927
|
export {};
|
4891
4928
|
|
4892
4929
|
}
|
4893
|
-
declare module "
|
4930
|
+
declare module "@babylonjs/inspector/lines/sliderLineComponent" {
|
4894
4931
|
import * as React from "react";
|
4895
4932
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4896
|
-
import { PropertyChangedEvent } from "
|
4897
|
-
import { LockObject } from "
|
4933
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4934
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
4898
4935
|
interface ISliderLineComponentProps {
|
4899
4936
|
label: string;
|
4900
4937
|
target?: any;
|
@@ -4912,6 +4949,7 @@ interface ISliderLineComponentProps {
|
|
4912
4949
|
icon?: string;
|
4913
4950
|
iconLabel?: string;
|
4914
4951
|
lockObject?: LockObject;
|
4952
|
+
unit?: React.ReactNode;
|
4915
4953
|
}
|
4916
4954
|
export class SliderLineComponent extends React.Component<ISliderLineComponentProps, {
|
4917
4955
|
value: number;
|
@@ -4929,8 +4967,8 @@ export class SliderLineComponent extends React.Component<ISliderLineComponentPro
|
|
4929
4967
|
export {};
|
4930
4968
|
|
4931
4969
|
}
|
4932
|
-
declare module "
|
4933
|
-
import { PropertyChangedEvent } from "
|
4970
|
+
declare module "@babylonjs/inspector/lines/targetsProxy" {
|
4971
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4934
4972
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4935
4973
|
export const conflictingValuesPlaceholder = "\u2014";
|
4936
4974
|
/**
|
@@ -4943,12 +4981,12 @@ export const conflictingValuesPlaceholder = "\u2014";
|
|
4943
4981
|
export function makeTargetsProxy<Type>(targets: Type[], onPropertyChangedObservable?: Observable<PropertyChangedEvent>, getProperty?: (target: Type, property: keyof Type) => any): any;
|
4944
4982
|
|
4945
4983
|
}
|
4946
|
-
declare module "
|
4984
|
+
declare module "@babylonjs/inspector/lines/textInputLineComponent" {
|
4947
4985
|
import * as React from "react";
|
4948
4986
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
4949
|
-
import { PropertyChangedEvent } from "
|
4950
|
-
import { LockObject } from "
|
4951
|
-
interface ITextInputLineComponentProps {
|
4987
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
4988
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
4989
|
+
export interface ITextInputLineComponentProps {
|
4952
4990
|
label?: string;
|
4953
4991
|
lockObject?: LockObject;
|
4954
4992
|
target?: any;
|
@@ -4961,9 +4999,6 @@ interface ITextInputLineComponentProps {
|
|
4961
4999
|
noUnderline?: boolean;
|
4962
5000
|
numbersOnly?: boolean;
|
4963
5001
|
delayInput?: boolean;
|
4964
|
-
unit?: string;
|
4965
|
-
onUnitClicked?: (unit: string) => void;
|
4966
|
-
unitLocked?: boolean;
|
4967
5002
|
arrows?: boolean;
|
4968
5003
|
arrowsIncrement?: (amount: number) => void;
|
4969
5004
|
step?: number;
|
@@ -4972,6 +5007,7 @@ interface ITextInputLineComponentProps {
|
|
4972
5007
|
min?: number;
|
4973
5008
|
max?: number;
|
4974
5009
|
placeholder?: string;
|
5010
|
+
unit?: React.ReactNode;
|
4975
5011
|
}
|
4976
5012
|
export class TextInputLineComponent extends React.Component<ITextInputLineComponentProps, {
|
4977
5013
|
value: string;
|
@@ -4985,15 +5021,15 @@ export class TextInputLineComponent extends React.Component<ITextInputLineCompon
|
|
4985
5021
|
dragging: boolean;
|
4986
5022
|
}): boolean;
|
4987
5023
|
raiseOnPropertyChanged(newValue: string, previousValue: string): void;
|
5024
|
+
getCurrentNumericValue(value: string): number;
|
4988
5025
|
updateValue(value: string): void;
|
4989
5026
|
incrementValue(amount: number): void;
|
4990
5027
|
onKeyDown(event: React.KeyboardEvent): void;
|
4991
5028
|
render(): JSX.Element;
|
4992
5029
|
}
|
4993
|
-
export {};
|
4994
5030
|
|
4995
5031
|
}
|
4996
|
-
declare module "
|
5032
|
+
declare module "@babylonjs/inspector/lines/textLineComponent" {
|
4997
5033
|
import * as React from "react";
|
4998
5034
|
interface ITextLineComponentProps {
|
4999
5035
|
label?: string;
|
@@ -5017,7 +5053,18 @@ export class TextLineComponent extends React.Component<ITextLineComponentProps>
|
|
5017
5053
|
export {};
|
5018
5054
|
|
5019
5055
|
}
|
5020
|
-
declare module "
|
5056
|
+
declare module "@babylonjs/inspector/lines/unitButton" {
|
5057
|
+
/// <reference types="react" />
|
5058
|
+
interface IUnitButtonProps {
|
5059
|
+
unit: string;
|
5060
|
+
locked?: boolean;
|
5061
|
+
onClick?: (unit: string) => void;
|
5062
|
+
}
|
5063
|
+
export function UnitButton(props: IUnitButtonProps): JSX.Element;
|
5064
|
+
export {};
|
5065
|
+
|
5066
|
+
}
|
5067
|
+
declare module "@babylonjs/inspector/lines/valueLineComponent" {
|
5021
5068
|
import * as React from "react";
|
5022
5069
|
interface IValueLineComponentProps {
|
5023
5070
|
label: string;
|
@@ -5035,11 +5082,11 @@ export class ValueLineComponent extends React.Component<IValueLineComponentProps
|
|
5035
5082
|
export {};
|
5036
5083
|
|
5037
5084
|
}
|
5038
|
-
declare module "
|
5085
|
+
declare module "@babylonjs/inspector/lines/vector2LineComponent" {
|
5039
5086
|
import * as React from "react";
|
5040
5087
|
import { Vector2 } from "@babylonjs/core/Maths/math.vector";
|
5041
5088
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5042
|
-
import { PropertyChangedEvent } from "
|
5089
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5043
5090
|
interface IVector2LineComponentProps {
|
5044
5091
|
label: string;
|
5045
5092
|
target: any;
|
@@ -5072,11 +5119,11 @@ export class Vector2LineComponent extends React.Component<IVector2LineComponentP
|
|
5072
5119
|
export {};
|
5073
5120
|
|
5074
5121
|
}
|
5075
|
-
declare module "
|
5122
|
+
declare module "@babylonjs/inspector/lines/vector3LineComponent" {
|
5076
5123
|
import * as React from "react";
|
5077
5124
|
import { Vector3 } from "@babylonjs/core/Maths/math.vector";
|
5078
5125
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5079
|
-
import { PropertyChangedEvent } from "
|
5126
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5080
5127
|
interface IVector3LineComponentProps {
|
5081
5128
|
label: string;
|
5082
5129
|
target: any;
|
@@ -5114,11 +5161,11 @@ export class Vector3LineComponent extends React.Component<IVector3LineComponentP
|
|
5114
5161
|
export {};
|
5115
5162
|
|
5116
5163
|
}
|
5117
|
-
declare module "
|
5164
|
+
declare module "@babylonjs/inspector/lines/vector4LineComponent" {
|
5118
5165
|
import * as React from "react";
|
5119
5166
|
import { Vector4 } from "@babylonjs/core/Maths/math.vector";
|
5120
5167
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5121
|
-
import { PropertyChangedEvent } from "
|
5168
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5122
5169
|
interface IVector4LineComponentProps {
|
5123
5170
|
label: string;
|
5124
5171
|
target: any;
|
@@ -5156,7 +5203,7 @@ export class Vector4LineComponent extends React.Component<IVector4LineComponentP
|
|
5156
5203
|
export {};
|
5157
5204
|
|
5158
5205
|
}
|
5159
|
-
declare module "
|
5206
|
+
declare module "@babylonjs/inspector/propertyChangedEvent" {
|
5160
5207
|
export class PropertyChangedEvent {
|
5161
5208
|
object: any;
|
5162
5209
|
property: string;
|
@@ -5166,7 +5213,7 @@ export class PropertyChangedEvent {
|
|
5166
5213
|
}
|
5167
5214
|
|
5168
5215
|
}
|
5169
|
-
declare module "
|
5216
|
+
declare module "@babylonjs/inspector/stringTools" {
|
5170
5217
|
export class StringTools {
|
5171
5218
|
private static _SaveAs;
|
5172
5219
|
private static _Click;
|
@@ -5180,11 +5227,11 @@ export class StringTools {
|
|
5180
5227
|
}
|
5181
5228
|
|
5182
5229
|
}
|
5183
|
-
declare module "
|
5230
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/checkboxPropertyGridComponent" {
|
5184
5231
|
import * as React from "react";
|
5185
5232
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5186
|
-
import { PropertyChangedEvent } from "
|
5187
|
-
import { LockObject } from "
|
5233
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5234
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5188
5235
|
import { Checkbox } from "@babylonjs/gui/2D/controls/checkbox";
|
5189
5236
|
interface ICheckboxPropertyGridComponentProps {
|
5190
5237
|
checkbox: Checkbox;
|
@@ -5198,12 +5245,12 @@ export class CheckboxPropertyGridComponent extends React.Component<ICheckboxProp
|
|
5198
5245
|
export {};
|
5199
5246
|
|
5200
5247
|
}
|
5201
|
-
declare module "
|
5248
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/colorPickerPropertyGridComponent" {
|
5202
5249
|
import * as React from "react";
|
5203
5250
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5204
|
-
import { PropertyChangedEvent } from "
|
5251
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5205
5252
|
import { ColorPicker } from "@babylonjs/gui/2D/controls/colorpicker";
|
5206
|
-
import { LockObject } from "
|
5253
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5207
5254
|
interface IColorPickerPropertyGridComponentProps {
|
5208
5255
|
colorPicker: ColorPicker;
|
5209
5256
|
lockObject: LockObject;
|
@@ -5216,12 +5263,12 @@ export class ColorPickerPropertyGridComponent extends React.Component<IColorPick
|
|
5216
5263
|
export {};
|
5217
5264
|
|
5218
5265
|
}
|
5219
|
-
declare module "
|
5266
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/commonControlPropertyGridComponent" {
|
5220
5267
|
import * as React from "react";
|
5221
5268
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5222
|
-
import { PropertyChangedEvent } from "
|
5269
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5223
5270
|
import { Control } from "@babylonjs/gui/2D/controls/control";
|
5224
|
-
import { LockObject } from "
|
5271
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5225
5272
|
interface ICommonControlPropertyGridComponentProps {
|
5226
5273
|
controls?: Control[];
|
5227
5274
|
control?: Control;
|
@@ -5236,12 +5283,12 @@ export class CommonControlPropertyGridComponent extends React.Component<ICommonC
|
|
5236
5283
|
export {};
|
5237
5284
|
|
5238
5285
|
}
|
5239
|
-
declare module "
|
5286
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/controlPropertyGridComponent" {
|
5240
5287
|
import * as React from "react";
|
5241
5288
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5242
|
-
import { PropertyChangedEvent } from "
|
5289
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5243
5290
|
import { Control } from "@babylonjs/gui/2D/controls/control";
|
5244
|
-
import { LockObject } from "
|
5291
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5245
5292
|
interface IControlPropertyGridComponentProps {
|
5246
5293
|
control: Control;
|
5247
5294
|
lockObject: LockObject;
|
@@ -5254,11 +5301,11 @@ export class ControlPropertyGridComponent extends React.Component<IControlProper
|
|
5254
5301
|
export {};
|
5255
5302
|
|
5256
5303
|
}
|
5257
|
-
declare module "
|
5304
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/ellipsePropertyGridComponent" {
|
5258
5305
|
import * as React from "react";
|
5259
5306
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5260
|
-
import { PropertyChangedEvent } from "
|
5261
|
-
import { LockObject } from "
|
5307
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5308
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5262
5309
|
import { Ellipse } from "@babylonjs/gui/2D/controls/ellipse";
|
5263
5310
|
interface IEllipsePropertyGridComponentProps {
|
5264
5311
|
ellipse: Ellipse;
|
@@ -5272,11 +5319,11 @@ export class EllipsePropertyGridComponent extends React.Component<IEllipseProper
|
|
5272
5319
|
export {};
|
5273
5320
|
|
5274
5321
|
}
|
5275
|
-
declare module "
|
5322
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/gridPropertyGridComponent" {
|
5276
5323
|
import * as React from "react";
|
5277
5324
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5278
|
-
import { PropertyChangedEvent } from "
|
5279
|
-
import { LockObject } from "
|
5325
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5326
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5280
5327
|
import { Grid } from "@babylonjs/gui/2D/controls/grid";
|
5281
5328
|
interface IGridPropertyGridComponentProps {
|
5282
5329
|
grid: Grid;
|
@@ -5292,11 +5339,11 @@ export class GridPropertyGridComponent extends React.Component<IGridPropertyGrid
|
|
5292
5339
|
export {};
|
5293
5340
|
|
5294
5341
|
}
|
5295
|
-
declare module "
|
5342
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/imageBasedSliderPropertyGridComponent" {
|
5296
5343
|
import * as React from "react";
|
5297
5344
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5298
|
-
import { PropertyChangedEvent } from "
|
5299
|
-
import { LockObject } from "
|
5345
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5346
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5300
5347
|
import { ImageBasedSlider } from "@babylonjs/gui/2D/controls/sliders/imageBasedSlider";
|
5301
5348
|
interface IImageBasedSliderPropertyGridComponentProps {
|
5302
5349
|
imageBasedSlider: ImageBasedSlider;
|
@@ -5310,11 +5357,11 @@ export class ImageBasedSliderPropertyGridComponent extends React.Component<IImag
|
|
5310
5357
|
export {};
|
5311
5358
|
|
5312
5359
|
}
|
5313
|
-
declare module "
|
5360
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/imagePropertyGridComponent" {
|
5314
5361
|
import * as React from "react";
|
5315
5362
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5316
|
-
import { PropertyChangedEvent } from "
|
5317
|
-
import { LockObject } from "
|
5363
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5364
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5318
5365
|
import { Image } from "@babylonjs/gui/2D/controls/image";
|
5319
5366
|
interface IImagePropertyGridComponentProps {
|
5320
5367
|
image: Image;
|
@@ -5328,12 +5375,12 @@ export class ImagePropertyGridComponent extends React.Component<IImagePropertyGr
|
|
5328
5375
|
export {};
|
5329
5376
|
|
5330
5377
|
}
|
5331
|
-
declare module "
|
5378
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/inputTextPropertyGridComponent" {
|
5332
5379
|
import * as React from "react";
|
5333
5380
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5334
|
-
import { PropertyChangedEvent } from "
|
5381
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5335
5382
|
import { InputText } from "@babylonjs/gui/2D/controls/inputText";
|
5336
|
-
import { LockObject } from "
|
5383
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5337
5384
|
interface IInputTextPropertyGridComponentProps {
|
5338
5385
|
inputText: InputText;
|
5339
5386
|
lockObject: LockObject;
|
@@ -5346,11 +5393,11 @@ export class InputTextPropertyGridComponent extends React.Component<IInputTextPr
|
|
5346
5393
|
export {};
|
5347
5394
|
|
5348
5395
|
}
|
5349
|
-
declare module "
|
5396
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/linePropertyGridComponent" {
|
5350
5397
|
import * as React from "react";
|
5351
5398
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5352
|
-
import { PropertyChangedEvent } from "
|
5353
|
-
import { LockObject } from "
|
5399
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5400
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5354
5401
|
import { Line } from "@babylonjs/gui/2D/controls/line";
|
5355
5402
|
interface ILinePropertyGridComponentProps {
|
5356
5403
|
line: Line;
|
@@ -5365,11 +5412,11 @@ export class LinePropertyGridComponent extends React.Component<ILinePropertyGrid
|
|
5365
5412
|
export {};
|
5366
5413
|
|
5367
5414
|
}
|
5368
|
-
declare module "
|
5415
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/radioButtonPropertyGridComponent" {
|
5369
5416
|
import * as React from "react";
|
5370
5417
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5371
|
-
import { PropertyChangedEvent } from "
|
5372
|
-
import { LockObject } from "
|
5418
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5419
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5373
5420
|
import { RadioButton } from "@babylonjs/gui/2D/controls/radioButton";
|
5374
5421
|
interface IRadioButtonPropertyGridComponentProps {
|
5375
5422
|
radioButtons: RadioButton[];
|
@@ -5383,11 +5430,11 @@ export class RadioButtonPropertyGridComponent extends React.Component<IRadioButt
|
|
5383
5430
|
export {};
|
5384
5431
|
|
5385
5432
|
}
|
5386
|
-
declare module "
|
5433
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/rectanglePropertyGridComponent" {
|
5387
5434
|
import * as React from "react";
|
5388
5435
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5389
|
-
import { PropertyChangedEvent } from "
|
5390
|
-
import { LockObject } from "
|
5436
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5437
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5391
5438
|
import { Rectangle } from "@babylonjs/gui/2D/controls/rectangle";
|
5392
5439
|
interface IRectanglePropertyGridComponentProps {
|
5393
5440
|
rectangle: Rectangle;
|
@@ -5401,11 +5448,11 @@ export class RectanglePropertyGridComponent extends React.Component<IRectanglePr
|
|
5401
5448
|
export {};
|
5402
5449
|
|
5403
5450
|
}
|
5404
|
-
declare module "
|
5451
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/scrollViewerPropertyGridComponent" {
|
5405
5452
|
import * as React from "react";
|
5406
5453
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5407
|
-
import { PropertyChangedEvent } from "
|
5408
|
-
import { LockObject } from "
|
5454
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5455
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5409
5456
|
import { ScrollViewer } from "@babylonjs/gui/2D/controls/scrollViewers/scrollViewer";
|
5410
5457
|
interface IScrollViewerPropertyGridComponentProps {
|
5411
5458
|
scrollViewer: ScrollViewer;
|
@@ -5419,11 +5466,11 @@ export class ScrollViewerPropertyGridComponent extends React.Component<IScrollVi
|
|
5419
5466
|
export {};
|
5420
5467
|
|
5421
5468
|
}
|
5422
|
-
declare module "
|
5469
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/sliderPropertyGridComponent" {
|
5423
5470
|
import * as React from "react";
|
5424
5471
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5425
|
-
import { PropertyChangedEvent } from "
|
5426
|
-
import { LockObject } from "
|
5472
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5473
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5427
5474
|
import { Slider } from "@babylonjs/gui/2D/controls/sliders/slider";
|
5428
5475
|
interface ISliderPropertyGridComponentProps {
|
5429
5476
|
slider: Slider;
|
@@ -5437,11 +5484,11 @@ export class SliderPropertyGridComponent extends React.Component<ISliderProperty
|
|
5437
5484
|
export {};
|
5438
5485
|
|
5439
5486
|
}
|
5440
|
-
declare module "
|
5487
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/stackPanelPropertyGridComponent" {
|
5441
5488
|
import * as React from "react";
|
5442
5489
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5443
|
-
import { PropertyChangedEvent } from "
|
5444
|
-
import { LockObject } from "
|
5490
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5491
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5445
5492
|
import { StackPanel } from "@babylonjs/gui/2D/controls/stackPanel";
|
5446
5493
|
interface IStackPanelPropertyGridComponentProps {
|
5447
5494
|
stackPanel: StackPanel;
|
@@ -5455,12 +5502,12 @@ export class StackPanelPropertyGridComponent extends React.Component<IStackPanel
|
|
5455
5502
|
export {};
|
5456
5503
|
|
5457
5504
|
}
|
5458
|
-
declare module "
|
5505
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/gui/textBlockPropertyGridComponent" {
|
5459
5506
|
import * as React from "react";
|
5460
5507
|
import { Observable } from "@babylonjs/core/Misc/observable";
|
5461
|
-
import { PropertyChangedEvent } from "
|
5508
|
+
import { PropertyChangedEvent } from "@babylonjs/inspector/propertyChangedEvent";
|
5462
5509
|
import { TextBlock } from "@babylonjs/gui/2D/controls/textBlock";
|
5463
|
-
import { LockObject } from "
|
5510
|
+
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
5464
5511
|
interface ITextBlockPropertyGridComponentProps {
|
5465
5512
|
textBlock: TextBlock;
|
5466
5513
|
lockObject: LockObject;
|
@@ -5473,7 +5520,7 @@ export class TextBlockPropertyGridComponent extends React.Component<ITextBlockPr
|
|
5473
5520
|
export {};
|
5474
5521
|
|
5475
5522
|
}
|
5476
|
-
declare module "
|
5523
|
+
declare module "@babylonjs/inspector/tabs/propertyGrids/lockObject" {
|
5477
5524
|
/**
|
5478
5525
|
* Class used to provide lock mechanism
|
5479
5526
|
*/
|
@@ -5487,7 +5534,7 @@ export class LockObject {
|
|
5487
5534
|
}
|
5488
5535
|
|
5489
5536
|
declare module "@babylonjs/inspector" {
|
5490
|
-
export * from "@babylonjs/inspector/
|
5537
|
+
export * from "@babylonjs/inspector/legacy/legacy";
|
5491
5538
|
}
|
5492
5539
|
|
5493
5540
|
|