Click or drag to resize

HingeJointSetParam Method

Note: This API is now obsolete.

Sets the value of the specified parameter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetParam is deprecated. Use the Motor__maxImpulse property instead.")]
public void SetParam(
	HingeJointParam param,
	float value
)

Parameters

param
Type: GodotHingeJointParam

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

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Godot.HingeJoint.SetParam(Godot.HingeJoint.Param,System.Single)"]

See Also