浏览代码

Mention performance caveats of `OS.set_window_title()`

See #32254.
Hugo Locurcio 6 年之前
父节点
当前提交
c99d80b414
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/OS.xml

+ 1 - 0
doc/classes/OS.xml

@@ -820,6 +820,7 @@
 			</argument>
 			<description>
 				Sets the window title to the specified string.
+				[b]Note:[/b] This should be used sporadically. Don't set this every frame, as that will negatively affect performance on some window managers.
 			</description>
 		</method>
 		<method name="shell_open">