Click or drag to resize

Physics2DServerDampedStringJointGetParam Method

Returns the value of a damped spring joint parameter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float DampedStringJointGetParam(
	RID joint,
	Physics2DServerDampedStringParam param
)

Parameters

joint
Type: GodotRID

[Missing <param name="joint"/> documentation for "M:Godot.Physics2DServer.DampedStringJointGetParam(Godot.RID,Godot.Physics2DServer.DampedStringParam)"]

param
Type: GodotPhysics2DServerDampedStringParam

[Missing <param name="param"/> documentation for "M:Godot.Physics2DServer.DampedStringJointGetParam(Godot.RID,Godot.Physics2DServer.DampedStringParam)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Physics2DServer.DampedStringJointGetParam(Godot.RID,Godot.Physics2DServer.DampedStringParam)"]

See Also