Click or drag to resize

HingeJointGetParam 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 Motor__maxImpulse property instead.")]
public float GetParam(
	HingeJointParam param
)

Parameters

param
Type: GodotHingeJointParam

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

Return Value

Type: Single

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

See Also