babylonjs-node-geometry-editor 7.27.0 → 7.27.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.
|
@@ -837,6 +837,10 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
|
|
|
837
837
|
* Resets the stack
|
|
838
838
|
*/
|
|
839
839
|
reset(): void;
|
|
840
|
+
/**
|
|
841
|
+
* Remove the n-1 element of the stack
|
|
842
|
+
*/
|
|
843
|
+
collapseLastTwo(): void;
|
|
840
844
|
private _generateJSONDiff;
|
|
841
845
|
private _applyJSONDiff;
|
|
842
846
|
private _copy;
|
|
@@ -1220,6 +1224,7 @@ declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
|
|
|
1220
1224
|
hostDocument: Document;
|
|
1221
1225
|
lockObject: any;
|
|
1222
1226
|
modalIsDisplayed: boolean;
|
|
1227
|
+
historyStack: BABYLON.NodeGeometryEditor.SharedUIComponents.HistoryStack;
|
|
1223
1228
|
onSearchBoxRequiredObservable: BABYLON.Observable<{
|
|
1224
1229
|
x: number;
|
|
1225
1230
|
y: number;
|