Click or drag to resize

PathFollow2DSetLookahead Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.PathFollow2D.SetLookahead(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLookahead is deprecated. Use the Lookahead property instead.")]
public void SetLookahead(
	float lookahead
)

Parameters

lookahead
Type: SystemSingle

[Missing <param name="lookahead"/> documentation for "M:Godot.PathFollow2D.SetLookahead(System.Single)"]

See Also