Document Line2D
This commit is contained in:
parent
d1cb73b47a
commit
b7c4b9b8cd
@ -26310,8 +26310,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">
|
||||
@ -26320,6 +26322,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">
|
||||
@ -26408,6 +26411,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">
|
||||
|
Loading…
Reference in New Issue
Block a user