|
@@ -5,11 +5,9 @@ import { WorkbenchComponent, FramePortData } from './workbench';
|
|
import { Control } from 'babylonjs-gui/2D/controls/control';
|
|
import { Control } from 'babylonjs-gui/2D/controls/control';
|
|
import { Vector2 } from 'babylonjs/Maths/math.vector';
|
|
import { Vector2 } from 'babylonjs/Maths/math.vector';
|
|
import { Container } from 'babylonjs-gui/2D/controls/container';
|
|
import { Container } from 'babylonjs-gui/2D/controls/container';
|
|
-import { _ThinInstanceDataStorage } from 'babylonjs';
|
|
|
|
-import { ContainerPropertyTabComponent } from './properties/containterPropertyComponent';
|
|
|
|
|
|
+import { ContainerPropertyTabComponent } from './properties/containerPropertyComponent';
|
|
import * as React from 'react';
|
|
import * as React from 'react';
|
|
|
|
|
|
-
|
|
|
|
export class GUINode {
|
|
export class GUINode {
|
|
|
|
|
|
private _x = 0;
|
|
private _x = 0;
|