Click or drag to resize

PathFollow2DSetHOffset Method

Note: This API is now obsolete.

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

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

Parameters

hOffset
Type: SystemSingle

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

See Also