Click or drag to resize

PathFollow2DLoop Property

If true, any offset outside the path's length will wrap around, instead of stopping at the ends. Use it for cyclic paths.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Loop { get; set; }

Property Value

Type: Boolean
See Also