|
2 | 2 | "header": { |
3 | 3 | "version_major": 4, |
4 | 4 | "version_minor": 4, |
5 | | - "version_patch": 0, |
| 5 | + "version_patch": 1, |
6 | 6 | "version_status": "stable", |
7 | 7 | "version_build": "official", |
8 | | - "version_full_name": "Godot Engine v4.4.stable.official" |
| 8 | + "version_full_name": "Godot Engine v4.4.1.stable.official" |
9 | 9 | }, |
10 | 10 | "builtin_class_sizes": [ |
11 | 11 | { |
@@ -165923,6 +165923,10 @@ |
165923 | 165923 | "name": "NOTIFICATION_VP_MOUSE_EXIT", |
165924 | 165924 | "value": 1011 |
165925 | 165925 | }, |
| 165926 | + { |
| 165927 | + "name": "NOTIFICATION_WM_POSITION_CHANGED", |
| 165928 | + "value": 1012 |
| 165929 | + }, |
165926 | 165930 | { |
165927 | 165931 | "name": "NOTIFICATION_OS_MEMORY_WARNING", |
165928 | 165932 | "value": 2009 |
@@ -174693,7 +174697,7 @@ |
174693 | 174697 | "is_refcounted": false, |
174694 | 174698 | "is_instantiable": true, |
174695 | 174699 | "inherits": "PanelContainer", |
174696 | | - "api_type": "core", |
| 174700 | + "api_type": "editor", |
174697 | 174701 | "methods": [ |
174698 | 174702 | { |
174699 | 174703 | "name": "get_binding_modifier", |
@@ -176926,14 +176930,14 @@ |
176926 | 176930 | "is_refcounted": false, |
176927 | 176931 | "is_instantiable": true, |
176928 | 176932 | "inherits": "OpenXRInteractionProfileEditorBase", |
176929 | | - "api_type": "core" |
| 176933 | + "api_type": "editor" |
176930 | 176934 | }, |
176931 | 176935 | { |
176932 | 176936 | "name": "OpenXRInteractionProfileEditorBase", |
176933 | 176937 | "is_refcounted": false, |
176934 | 176938 | "is_instantiable": false, |
176935 | 176939 | "inherits": "HBoxContainer", |
176936 | | - "api_type": "core", |
| 176940 | + "api_type": "editor", |
176937 | 176941 | "methods": [ |
176938 | 176942 | { |
176939 | 176943 | "name": "setup", |
@@ -218765,8 +218769,64 @@ |
218765 | 218769 | "value": 217 |
218766 | 218770 | }, |
218767 | 218771 | { |
218768 | | - "name": "DATA_FORMAT_MAX", |
| 218772 | + "name": "DATA_FORMAT_ASTC_4x4_SFLOAT_BLOCK", |
218769 | 218773 | "value": 218 |
| 218774 | + }, |
| 218775 | + { |
| 218776 | + "name": "DATA_FORMAT_ASTC_5x4_SFLOAT_BLOCK", |
| 218777 | + "value": 219 |
| 218778 | + }, |
| 218779 | + { |
| 218780 | + "name": "DATA_FORMAT_ASTC_5x5_SFLOAT_BLOCK", |
| 218781 | + "value": 220 |
| 218782 | + }, |
| 218783 | + { |
| 218784 | + "name": "DATA_FORMAT_ASTC_6x5_SFLOAT_BLOCK", |
| 218785 | + "value": 221 |
| 218786 | + }, |
| 218787 | + { |
| 218788 | + "name": "DATA_FORMAT_ASTC_6x6_SFLOAT_BLOCK", |
| 218789 | + "value": 222 |
| 218790 | + }, |
| 218791 | + { |
| 218792 | + "name": "DATA_FORMAT_ASTC_8x5_SFLOAT_BLOCK", |
| 218793 | + "value": 223 |
| 218794 | + }, |
| 218795 | + { |
| 218796 | + "name": "DATA_FORMAT_ASTC_8x6_SFLOAT_BLOCK", |
| 218797 | + "value": 224 |
| 218798 | + }, |
| 218799 | + { |
| 218800 | + "name": "DATA_FORMAT_ASTC_8x8_SFLOAT_BLOCK", |
| 218801 | + "value": 225 |
| 218802 | + }, |
| 218803 | + { |
| 218804 | + "name": "DATA_FORMAT_ASTC_10x5_SFLOAT_BLOCK", |
| 218805 | + "value": 226 |
| 218806 | + }, |
| 218807 | + { |
| 218808 | + "name": "DATA_FORMAT_ASTC_10x6_SFLOAT_BLOCK", |
| 218809 | + "value": 227 |
| 218810 | + }, |
| 218811 | + { |
| 218812 | + "name": "DATA_FORMAT_ASTC_10x8_SFLOAT_BLOCK", |
| 218813 | + "value": 228 |
| 218814 | + }, |
| 218815 | + { |
| 218816 | + "name": "DATA_FORMAT_ASTC_10x10_SFLOAT_BLOCK", |
| 218817 | + "value": 229 |
| 218818 | + }, |
| 218819 | + { |
| 218820 | + "name": "DATA_FORMAT_ASTC_12x10_SFLOAT_BLOCK", |
| 218821 | + "value": 230 |
| 218822 | + }, |
| 218823 | + { |
| 218824 | + "name": "DATA_FORMAT_ASTC_12x12_SFLOAT_BLOCK", |
| 218825 | + "value": 231 |
| 218826 | + }, |
| 218827 | + { |
| 218828 | + "name": "DATA_FORMAT_MAX", |
| 218829 | + "value": 232 |
218770 | 218830 | } |
218771 | 218831 | ] |
218772 | 218832 | }, |
|
0 commit comments