Click or drag to resize

PhysicsServerHingeJointGetParam Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float HingeJointGetParam(
	RID joint,
	PhysicsServerHingeJointParam param
)

Parameters

joint
Type: GodotRID

[Missing <param name="joint"/> documentation for "M:Godot.PhysicsServer.HingeJointGetParam(Godot.RID,Godot.PhysicsServer.HingeJointParam)"]

param
Type: GodotPhysicsServerHingeJointParam

[Missing <param name="param"/> documentation for "M:Godot.PhysicsServer.HingeJointGetParam(Godot.RID,Godot.PhysicsServer.HingeJointParam)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.PhysicsServer.HingeJointGetParam(Godot.RID,Godot.PhysicsServer.HingeJointParam)"]

See Also