summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorTristan Grespinet <dev003@infra.utopia-rise.com>2019-05-01 06:50:01 +0200
committerTristan Grespinet <dev003@infra.utopia-rise.com>2019-06-19 15:44:07 +0200
commit14f8ed3317b0ece7fe2aac1595bb8ece63a81f7a (patch)
tree5f6d1eac9ba9dbf17d250b06fc0900570e8a80c2 /doc/classes
parentdd2cd06165670bb0d78bf4aa397935be15716e76 (diff)
Added a Width Curve to Line2D + UVs fix
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Line2D.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml
index c55760767a..48395d9780 100644
--- a/doc/classes/Line2D.xml
+++ b/doc/classes/Line2D.xml
@@ -99,6 +99,9 @@
<member name="width" type="float" setter="set_width" getter="get_width">
The line's width.
</member>
+ <member name="width_curve" type="Curve" setter="set_curve" getter="get_curve">
+ The line's width varies with the curve. The original width is simply multiply by the value of the Curve.
+ </member>
</members>
<constants>
<constant name="LINE_JOINT_SHARP" value="0" enum="LineJointMode">