Click or drag to resize

ConeTwistJointSetParam Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ConeTwistJoint.SetParam(Godot.ConeTwistJoint.Param,System.Single)"]

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

Parameters

param
Type: GodotConeTwistJointParam

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

value
Type: SystemSingle

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

See Also