Click or drag to resize

PathFollowSetVOffset Method

Note: This API is now obsolete.

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

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

Parameters

vOffset
Type: SystemSingle

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

See Also