소스 검색

Merge pull request #34272 from MissKraya/34258-fix

Fix for #34258 and added get_zoom_hbox() documentation.
Rémi Verschelde 5 년 전
부모
커밋
a5dcabbbfb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/classes/GraphEdit.xml

+ 2 - 0
doc/classes/GraphEdit.xml

@@ -87,6 +87,8 @@
 			<return type="HBoxContainer">
 			</return>
 			<description>
+				Gets the [HBoxContainer] that contains the zooming and grid snap controls in the top left of the graph.
+				Warning: The intended usage of this function is to allow you to reposition or add your own custom controls to the container. This is an internal control and as such should not be freed. If you wish to hide this or any of it's children use their [member CanvasItem.visible] property instead. 
 			</description>
 		</method>
 		<method name="is_node_connected">