summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorskyace65 <trekie96@hotmail.com>2020-08-20 13:54:58 -0400
committerskyace65 <trekie96@hotmail.com>2020-08-21 02:00:14 +0200
commit3c9c541c590fb2765d20f2336303f1932dbff38e (patch)
tree88a037d276789f0fb51ecf8815367cb649cb54be /doc/classes
parentebc194c258792b8022649c6b6a4778a21ef766b0 (diff)
Clarify points in Line2D doc
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Line2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml
index cfd23b28bd..22fe4f6194 100644
--- a/doc/classes/Line2D.xml
+++ b/doc/classes/Line2D.xml
@@ -85,7 +85,7 @@
The style for the points between the start and the end.
</member>
<member name="points" type="PackedVector2Array" setter="set_points" getter="get_points" default="PackedVector2Array( )">
- The points that form the lines. The line is drawn between every point set in this array.
+ The points that form the lines. The line is drawn between every point set in this array. Points are interpreted as local vectors.
</member>
<member name="round_precision" type="int" setter="set_round_precision" getter="get_round_precision" default="8">
The smoothness of the rounded joints and caps. This is only used if a cap or joint is set as round.