You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a custom monitor with the name [param id]. You can specify the category of the monitor using slash delimiters in [param id] (for example: [code]"Game/NumberOfNPCs"[/code]). If there is more than one slash delimiter, then the default category is used. The default category is [code]"Custom"[/code]. Prints an error if given [param id] is already present.
23
24
[codeblocks]
@@ -84,6 +85,12 @@
84
85
Returns the names of active custom monitors in an [Array].
85
86
</description>
86
87
</method>
88
+
<methodname="get_custom_monitor_types">
89
+
<returntype="int[]" />
90
+
<description>
91
+
Returns the [enum MonitorType] values of active custom monitors in an [Array].
Copy file name to clipboardExpand all lines: misc/extension_api_validation/4.4-stable.expected
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -328,3 +328,9 @@ GH-108825
328
328
Validate extension JSON: Error: Field 'classes/EditorExportPlatformExtension/methods/_get_option_icon/return_value': type changed value in new API, from "ImageTexture" to "Texture2D".
329
329
330
330
Return type changed to allow returning both ImageTexture and DPITexture. Compatibility method registered.
331
+
332
+
GH-110433
333
+
---------
334
+
Validate extension JSON: Error: Field 'classes/Performance/methods/add_custom_monitor/arguments': size changed value in new API, from 3 to 4.
0 commit comments