summaryrefslogtreecommitdiff
path: root/doc/classes/LineShape2D.xml
diff options
context:
space:
mode:
authorMarcus Elg <marcusaccounts@yahoo.se>2020-05-09 14:24:46 +0200
committerMarcus Elg <marcusaccounts@yahoo.se>2020-05-09 15:10:00 +0200
commit9a7e515d50de44759521cda54b8d12f92775a92c (patch)
treeb7c78968d74b37e811e51e3fd7ce5291e04cd269 /doc/classes/LineShape2D.xml
parent46f1d4ff8e111b66c457ebcf27c72f84f96721d3 (diff)
Rename Lineshapes d to distance
Diffstat (limited to 'doc/classes/LineShape2D.xml')
-rw-r--r--doc/classes/LineShape2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/LineShape2D.xml b/doc/classes/LineShape2D.xml
index d3cfc94a8c..58caf1b1de 100644
--- a/doc/classes/LineShape2D.xml
+++ b/doc/classes/LineShape2D.xml
@@ -11,7 +11,7 @@
<methods>
</methods>
<members>
- <member name="d" type="float" setter="set_d" getter="get_d" default="0.0">
+ <member name="distance" type="float" setter="set_distance" getter="get_distance" default="0.0">
The line's distance from the origin.
</member>
<member name="normal" type="Vector2" setter="set_normal" getter="get_normal" default="Vector2( 0, 1 )">