Merge pull request #27240 from Chaosus/clear_line_points
Added method to clear all points in Line2D
This commit is contained in:
commit
434b73bc57
3 changed files with 19 additions and 0 deletions
|
|
@ -20,6 +20,13 @@
|
|||
Add a point at the [code]position[/code]. Appends the point at the end of the line.
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear_points">
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Removes all points from the line.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_point_count" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue