mirror of
https://github.com/godotengine/godot.git
synced 2025-01-17 15:31:17 +00:00
Edited classes.xml : GraphEdit finished (#4450)
This commit is contained in:
parent
2c026c4c96
commit
81e405545b
@ -13027,18 +13027,21 @@ Returns an empty String "" at the end of the list.
|
|||||||
<return type="Vector2">
|
<return type="Vector2">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Return the scroll offset.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_zoom">
|
<method name="set_zoom">
|
||||||
<argument index="0" name="p_zoom" type="float">
|
<argument index="0" name="p_zoom" type="float">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Set the zoom value of the GraphEdit. Zoom value is between [0.01; 1.728].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_zoom" qualifiers="const">
|
<method name="get_zoom" qualifiers="const">
|
||||||
<return type="float">
|
<return type="float">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Return the current zoom value.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_right_disconnects">
|
<method name="set_right_disconnects">
|
||||||
@ -13059,20 +13062,24 @@ Returns an empty String "" at the end of the list.
|
|||||||
<signals>
|
<signals>
|
||||||
<signal name="delete_nodes_request">
|
<signal name="delete_nodes_request">
|
||||||
<description>
|
<description>
|
||||||
|
Signal sent when a GraphNode is attempted to be removed from the GraphEdit.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="duplicate_nodes_request">
|
<signal name="duplicate_nodes_request">
|
||||||
<description>
|
<description>
|
||||||
|
Signal sent when a GraphNode is attempted to be duplicated in the GraphEdit.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="popup_request">
|
<signal name="popup_request">
|
||||||
<argument index="0" name="p_position" type="Vector2">
|
<argument index="0" name="p_position" type="Vector2">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Signal sent when a popup is requested. Happens on right-clicking in the GraphEdit. 'p_position' is the position of the mouse pointer when the signal is sent.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="_begin_node_move">
|
<signal name="_begin_node_move">
|
||||||
<description>
|
<description>
|
||||||
|
Signal sent at the beginning of a GraphNode movement.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="disconnection_request">
|
<signal name="disconnection_request">
|
||||||
@ -13103,6 +13110,7 @@ Returns an empty String "" at the end of the list.
|
|||||||
</signal>
|
</signal>
|
||||||
<signal name="_end_node_move">
|
<signal name="_end_node_move">
|
||||||
<description>
|
<description>
|
||||||
|
Signal sent at the end of a GraphNode movement.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
</signals>
|
</signals>
|
||||||
|
Loading…
Reference in New Issue
Block a user