diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-12 05:45:32 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 05:45:32 +0700 |
commit | f45258ad8d7f4d4dfd225469e6106bb6926ee536 (patch) | |
tree | 44f673e6fff8370981be2b1450dd1ce231eb66c7 | |
parent | 1aa5fe387fca82d5856f5f348906ae37b7092a97 (diff) | |
parent | b7c4b9b8cd450fadc05ac8d0489d9e5858c27022 (diff) |
Merge pull request #11115 from hpvb/document-line2d
Document Line2D
-rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 5a3f4ac526..3f9152f95a 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -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"> |