aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Curve3D.xml
diff options
context:
space:
mode:
authorWill Nations2017-12-11 13:05:26 -0600
committerWill Nations2017-12-13 23:05:56 -0600
commit3533e01eab22d2389fa70b4a47169be46a15ab2f (patch)
tree6b8db8a420b63e5f0245462ba9aef710efd89f51 /doc/classes/Curve3D.xml
parent1401b07d328101e11bfd11ad390ace9eff059ee8 (diff)
downloadgodot-3533e01eab22d2389fa70b4a47169be46a15ab2f.tar.gz
godot-3533e01eab22d2389fa70b4a47169be46a15ab2f.tar.zst
godot-3533e01eab22d2389fa70b4a47169be46a15ab2f.zip
[DOCS] Animation, CanvasItem, Curve3D, Curve
Diffstat (limited to '')
-rw-r--r--doc/classes/Curve3D.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Curve3D.xml b/doc/classes/Curve3D.xml
index e30ae8561..91d7a9bed 100644
--- a/doc/classes/Curve3D.xml
+++ b/doc/classes/Curve3D.xml
@@ -32,6 +32,7 @@
<return type="void">
</return>
<description>
+ Removes all points from the curve.
</description>
</method>
<method name="get_baked_length" qualifiers="const">
@@ -203,6 +204,7 @@
</methods>
<members>
<member name="bake_interval" type="float" setter="set_bake_interval" getter="get_bake_interval">
+ The distance in meters 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>
</members>
<constants>