Click or drag to resize

GrooveJoint2DSetInitialOffset Method

Note: This API is now obsolete.

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

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

Parameters

offset
Type: SystemSingle

[Missing <param name="offset"/> documentation for "M:Godot.GrooveJoint2D.SetInitialOffset(System.Single)"]

See Also