babylonjs-node-editor 5.26.0 → 5.26.1
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/babylon.nodeEditor.d.ts
CHANGED
|
@@ -394,7 +394,7 @@ declare module BABYLON.NodeEditor {
|
|
|
394
394
|
get connectedPort(): BABYLON.Nullable<BABYLON.NodeEditor.SharedUIComponents.IPortData>;
|
|
395
395
|
set connectedPort(value: BABYLON.Nullable<BABYLON.NodeEditor.SharedUIComponents.IPortData>);
|
|
396
396
|
get direction(): BABYLON.NodeEditor.SharedUIComponents.PortDataDirection;
|
|
397
|
-
get ownerData():
|
|
397
|
+
get ownerData(): BABYLON.NodeMaterialBlock;
|
|
398
398
|
get needDualDirectionValidation(): boolean;
|
|
399
399
|
get hasEndpoints(): boolean;
|
|
400
400
|
get endpoints(): BABYLON.NodeEditor.SharedUIComponents.IPortData[];
|
|
@@ -2851,119 +2851,6 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
|
2851
2851
|
|
|
2852
2852
|
|
|
2853
2853
|
|
|
2854
|
-
}
|
|
2855
|
-
declare module BABYLON.NodeEditor {
|
|
2856
|
-
|
|
2857
|
-
}
|
|
2858
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2859
|
-
/// <reference types="react" />
|
|
2860
|
-
var _default: {
|
|
2861
|
-
component: ICommandBarComponentProps>;
|
|
2862
|
-
};
|
|
2863
|
-
export var Default: {};
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
}
|
|
2868
|
-
declare module BABYLON.NodeEditor {
|
|
2869
|
-
|
|
2870
|
-
}
|
|
2871
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2872
|
-
/// <reference types="react" />
|
|
2873
|
-
var _default: {
|
|
2874
|
-
component: ICommandButtonComponentProps>;
|
|
2875
|
-
};
|
|
2876
|
-
export var Default: {};
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
}
|
|
2881
|
-
declare module BABYLON.NodeEditor {
|
|
2882
|
-
|
|
2883
|
-
}
|
|
2884
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2885
|
-
/// <reference types="react" />
|
|
2886
|
-
var _default: {
|
|
2887
|
-
title: string;
|
|
2888
|
-
component: import("react").FC<BABYLON.NodeEditor.SharedUIComponents.ButtonProps>;
|
|
2889
|
-
};
|
|
2890
|
-
export var Default: any;
|
|
2891
|
-
export var Wide: any;
|
|
2892
|
-
export var Small: any;
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
}
|
|
2897
|
-
declare module BABYLON.NodeEditor {
|
|
2898
|
-
|
|
2899
|
-
}
|
|
2900
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2901
|
-
/// <reference types="react" />
|
|
2902
|
-
var _default: {
|
|
2903
|
-
title: string;
|
|
2904
|
-
component: import("react").FC<BABYLON.NodeEditor.SharedUIComponents.IconProps>;
|
|
2905
|
-
};
|
|
2906
|
-
export var Light: any;
|
|
2907
|
-
export var Dark: any;
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
}
|
|
2912
|
-
declare module BABYLON.NodeEditor {
|
|
2913
|
-
|
|
2914
|
-
}
|
|
2915
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2916
|
-
/// <reference types="react" />
|
|
2917
|
-
var _default: {
|
|
2918
|
-
title: string;
|
|
2919
|
-
component: import("react").FC<BABYLON.NodeEditor.SharedUIComponents.LabelProps>;
|
|
2920
|
-
};
|
|
2921
|
-
export var Default: any;
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
}
|
|
2926
|
-
declare module BABYLON.NodeEditor {
|
|
2927
|
-
|
|
2928
|
-
}
|
|
2929
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2930
|
-
var _default: {
|
|
2931
|
-
component: typeof BABYLON.NodeEditor.SharedUIComponents.FileButtonLineComponent;
|
|
2932
|
-
};
|
|
2933
|
-
export var Default: {};
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
}
|
|
2938
|
-
declare module BABYLON.NodeEditor {
|
|
2939
|
-
|
|
2940
|
-
}
|
|
2941
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2942
|
-
/// <reference types="react" />
|
|
2943
|
-
var _default: {
|
|
2944
|
-
title: string;
|
|
2945
|
-
component: import("react").FC<BABYLON.NodeEditor.SharedUIComponents.MessageDialogProps>;
|
|
2946
|
-
};
|
|
2947
|
-
export var NoError: any;
|
|
2948
|
-
export var Error: any;
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
}
|
|
2953
|
-
declare module BABYLON.NodeEditor {
|
|
2954
|
-
|
|
2955
|
-
}
|
|
2956
|
-
declare module BABYLON.NodeEditor.SharedUIComponents {
|
|
2957
|
-
/// <reference types="react" />
|
|
2958
|
-
var _default: {
|
|
2959
|
-
title: string;
|
|
2960
|
-
component: import("react").FC<BABYLON.NodeEditor.SharedUIComponents.ToggleProps>;
|
|
2961
|
-
};
|
|
2962
|
-
export var Default: any;
|
|
2963
|
-
export var Padded: any;
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
2854
|
}
|
|
2968
2855
|
declare module BABYLON.NodeEditor {
|
|
2969
2856
|
|