浏览代码

Docs: Improved Curve page. (#22747)

Michael Herzog 3 年之前
父节点
当前提交
2effd8bdf2
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      docs/api/en/extras/core/Curve.html

+ 5 - 1
docs/api/en/extras/core/Curve.html

@@ -69,7 +69,11 @@
 		<p>Get list of cumulative segment lengths.</p>
 		<p>Get list of cumulative segment lengths.</p>
 
 
 		<h3>[method:null updateArcLengths]()</h3>
 		<h3>[method:null updateArcLengths]()</h3>
-		<p>Update the cumlative segment distance cache.</p>
+		<p>
+			Update the cumlative segment distance cache. The method must be called every time curve parameters are changed.
+			If an updated curve is part of a composed curve like [page:CurvePath], [page:.updateArcLengths]() must be 
+			called on the composed curve, too.
+		</p>
 
 
 		<h3>[method:Float getUtoTmapping]( [param:Float u], [param:Float distance] )</h3>
 		<h3>[method:Float getUtoTmapping]( [param:Float u], [param:Float distance] )</h3>
 		<p>
 		<p>