From f0cdf4294ecd2978b924dcb08a66c0dbf5a901d5 Mon Sep 17 00:00:00 2001 From: paul gruenbacher Date: Mon, 22 Oct 2018 09:23:19 -0400 Subject: [PATCH] added docs for lookeahead Fix indenting lookahead clarification fix ahead (cherry picked from commit 1c7344391579ba5d71e71352560dd2b85c830244) --- doc/classes/PathFollow2D.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/PathFollow2D.xml b/doc/classes/PathFollow2D.xml index 6c947acb294..56f0ab0e675 100644 --- a/doc/classes/PathFollow2D.xml +++ b/doc/classes/PathFollow2D.xml @@ -23,6 +23,7 @@ The node's offset along the curve. + How far to look ahead of the curve to calculate the tangent if the node is rotating. E.g. shorter lookaheads will lead to faster rotations. Default value: [code]4[/code]. If [code]true[/code], any offset outside the path's length will wrap around, instead of stopping at the ends. Use it for cyclic paths.