Click or drag to resize

Generic6DOFJointGetParamX Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Generic6DOFJoint.GetParamX(Godot.Generic6DOFJoint.Param)"]

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

Parameters

param
Type: GodotGeneric6DOFJointParam

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

Return Value

Type: Single

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

See Also