Merge pull request #11115 from hpvb/document-line2d

Document Line2D
This commit is contained in:
Poommetee Ketson 2017-09-12 05:45:32 +07:00 committed by GitHub
commit f45258ad8d
1 changed files with 4 additions and 0 deletions

View File

@ -26337,8 +26337,10 @@
</class>
<class name="Line2D" inherits="Node2D" category="Core">
<brief_description>
A 2D line.
</brief_description>
<description>
A line through several points in 2D space.
</description>
<methods>
<method name="add_point">
@ -26347,6 +26349,7 @@
<argument index="0" name="pos" type="Vector2">
</argument>
<description>
Add a point at the x/y position in the supplied [Vector2]
</description>
</method>
<method name="get_begin_cap_mode" qualifiers="const">
@ -26435,6 +26438,7 @@
<argument index="0" name="i" type="int">
</argument>
<description>
Remove the point at index 'i' from the line.
</description>
</method>
<method name="set_begin_cap_mode">