diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-07-01 09:38:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 09:38:54 +0200 |
commit | e4a50999c04094f905ac7df46b14634d7f9552a7 (patch) | |
tree | f9cdb5fc6ab6736c10805d4fbd11a9c6005cd57f /doc | |
parent | bbb725836d67c5bdae020db078afaca27a597d36 (diff) | |
parent | 14f8ed3317b0ece7fe2aac1595bb8ece63a81f7a (diff) |
Merge pull request #28565 from CedNaru/CurvedWidthLine2D
Added a Width Curve to Line2D + UVs fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Line2D.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index 27d3f4bade..b627ae7344 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" default="10.0"> 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"> |