Click or drag to resize

PinJointGetParam Method

Note: This API is now obsolete.

Returns the value of the specified parameter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetParam is deprecated. Use the Params__impulseClamp property instead.")]
public float GetParam(
	PinJointParam param
)

Parameters

param
Type: GodotPinJointParam

[Missing <param name="param"/> documentation for "M:Godot.PinJoint.GetParam(Godot.PinJoint.Param)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.PinJoint.GetParam(Godot.PinJoint.Param)"]

See Also