babylonjs-node-editor 5.35.1 → 5.37.0

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.
@@ -90,6 +90,7 @@ declare module BABYLON.NodeEditor {
90
90
  private _proceduralTexture;
91
91
  private _particleSystem;
92
92
  private _layer;
93
+ private _serializeMaterial;
93
94
  constructor(targetCanvas: HTMLCanvasElement, globalState: GlobalState);
94
95
  private _handleAnimations;
95
96
  private _prepareLights;
@@ -2875,6 +2876,8 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
2875
2876
  unit?: React.ReactNode;
2876
2877
  validator?: (value: string) => boolean;
2877
2878
  multilines?: boolean;
2879
+ throttlePropertyChangedNotification?: boolean;
2880
+ throttlePropertyChangedNotificationDelay?: number;
2878
2881
  }
2879
2882
  export class TextInputLineComponent extends React.Component<ITextInputLineComponentProps, {
2880
2883
  value: string;