Click or drag to resize

PathFollowSetUnitOffset Method

Note: This API is now obsolete.

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

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

Parameters

unitOffset
Type: SystemSingle

[Missing <param name="unitOffset"/> documentation for "M:Godot.PathFollow.SetUnitOffset(System.Single)"]

See Also