mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
added docs for lookeahead
Fix indenting lookahead clarification fix ahead
This commit is contained in:
parent
955a913a1f
commit
1c73443915
@ -23,6 +23,7 @@
|
||||
The node's offset along the curve.
|
||||
</member>
|
||||
<member name="lookahead" type="float" setter="set_lookahead" getter="get_lookahead">
|
||||
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].
|
||||
</member>
|
||||
<member name="loop" type="bool" setter="set_loop" getter="has_loop">
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user