Click or drag to resize

PathFollow2DSetRotate Method

Note: This API is now obsolete.

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

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

Parameters

enable
Type: SystemBoolean

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

See Also