Click or drag to resize

PhysicsServerGeneric6dofJointGetParam Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float Generic6dofJointGetParam(
	RID joint,
	Vector3Axis axis,
	PhysicsServerG6DOFJointAxisParam param
)

Parameters

joint
Type: GodotRID

[Missing <param name="joint"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam)"]

axis
Type: GodotVector3Axis

[Missing <param name="axis"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam)"]

param
Type: GodotPhysicsServerG6DOFJointAxisParam

[Missing <param name="param"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.PhysicsServer.Generic6dofJointGetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam)"]

See Also