babylonjs-node-render-graph-editor 8.4.2 → 8.6.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.
@@ -627,7 +627,7 @@ declare module BABYLON.NodeRenderGraphEditor {
627
627
  private _prepareLights;
628
628
  private _createNodeRenderGraph;
629
629
  private _getMesh;
630
- private _buildGraph;
630
+ private _buildGraphAsync;
631
631
  private _frameCamera;
632
632
  private _prepareBackgroundHDR;
633
633
  private _prepareScene;
@@ -857,7 +857,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
857
857
  /**
858
858
  * Used by both particleSystem and alphaBlendModes
859
859
  */
860
- export var commonBlendModes: {
860
+ export var CommonBlendModes: {
861
861
  label: string;
862
862
  value: number;
863
863
  }[];
@@ -866,14 +866,14 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
866
866
  * The below ParticleSystem consts were defined before new Engine alpha blend modes were added, so we have to reference
867
867
  * the ParticleSystem.FOO consts explicitly (as the underlying var values are different - they get mapped to engine consts within baseParticleSystem.ts)
868
868
  */
869
- export var blendModeOptions: {
869
+ export var BlendModeOptions: {
870
870
  label: string;
871
871
  value: number;
872
872
  }[];
873
873
  /**
874
874
  * Used to populated the alphaMode dropdown in our various tools (Node Editor, Inspector, etc.)
875
875
  */
876
- export var alphaModeOptions: {
876
+ export var AlphaModeOptions: {
877
877
  label: string;
878
878
  value: number;
879
879
  }[];
@@ -2414,7 +2414,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
2414
2414
  isOpen: boolean;
2415
2415
  }
2416
2416
  export class TextureButtonLine extends React.Component<ITextureButtonLineProps, ITextureButtonLineState> {
2417
- private static _IDGenerator;
2417
+ private static _IdGenerator;
2418
2418
  private _id;
2419
2419
  private _uploadInputRef;
2420
2420
  constructor(props: ITextureButtonLineProps);
@@ -3013,7 +3013,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
3013
3013
  iconLabel?: string;
3014
3014
  }
3015
3015
  export class FileMultipleButtonLineComponent extends React.Component<IFileMultipleButtonLineComponentProps> {
3016
- private static _IDGenerator;
3016
+ private static _IdGenerator;
3017
3017
  private _id;
3018
3018
  private _uploadInputRef;
3019
3019
  constructor(props: IFileMultipleButtonLineComponentProps);
@@ -3037,7 +3037,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
3037
3037
  iconLabel?: string;
3038
3038
  }
3039
3039
  export class FileButtonLine extends React.Component<IFileButtonLineProps> {
3040
- private static _IDGenerator;
3040
+ private static _IdGenerator;
3041
3041
  private _id;
3042
3042
  private _uploadInputRef;
3043
3043
  constructor(props: IFileButtonLineProps);
@@ -3773,7 +3773,7 @@ declare module BABYLON.NodeRenderGraphEditor.SharedUIComponents {
3773
3773
  iconLabel?: string;
3774
3774
  }
3775
3775
  export class FileButtonLineComponent extends React.Component<IFileButtonLineComponentProps> {
3776
- private static _IDGenerator;
3776
+ private static _IdGenerator;
3777
3777
  private _id;
3778
3778
  private _uploadInputRef;
3779
3779
  constructor(props: IFileButtonLineComponentProps);