Click or drag to resize

Generic6DOFJointSetParamZ Method

Note: This API is now obsolete.

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

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

Parameters

param
Type: GodotGeneric6DOFJointParam

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

value
Type: SystemSingle

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

See Also