Click or drag to resize

PathFollow2DSetLoop Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLoop is deprecated. Use the Loop property instead.")]
public void SetLoop(
	bool loop
)

Parameters

loop
Type: SystemBoolean

[Missing <param name="loop"/> documentation for "M:Godot.PathFollow2D.SetLoop(System.Boolean)"]

See Also