summaryrefslogtreecommitdiffstats
path: root/doc/classes/Curve2D.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-07 08:29:38 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-12-07 08:29:38 +0100
commit624a2b08f362d0ec74cd617890b1a4c9de6b0d96 (patch)
tree54453151f00270e46371bed0d9424e836dc5a7d3 /doc/classes/Curve2D.xml
parent7d440d04aaf89b8a78fa9241e61d57c1c0f14124 (diff)
downloadredot-engine-624a2b08f362d0ec74cd617890b1a4c9de6b0d96.tar.gz
doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc
Diffstat (limited to 'doc/classes/Curve2D.xml')
-rw-r--r--doc/classes/Curve2D.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/classes/Curve2D.xml b/doc/classes/Curve2D.xml
index 8b86359cc5..8a857799e6 100644
--- a/doc/classes/Curve2D.xml
+++ b/doc/classes/Curve2D.xml
@@ -175,9 +175,6 @@
</method>
</methods>
<members>
- <member name="_data" type="Dictionary" setter="_set_data" getter="_get_data">
- The points describing the curve. Value is a [Dictionary] with the keys [code]in[/code], [code]out[/code], and [code]pos[/code]. The key pos is the position of a vertex of the curve, the key in is the vector from that position to the control point before this vertex, the key out is the vector from that position to the controlpoint after this vertex.
- </member>
<member name="bake_interval" type="float" setter="set_bake_interval" getter="get_bake_interval">
The distance in pixels between two adjacent cached points. Changing it forces the cache to be recomputed the next time the [method get_baked_points] or [method get_baked_length] function is called. The smaller the distance, the more points in the cache and the more memory it will consume, so use with care.
</member>