Click or drag to resize

PhysicsServerPinJointGetLocalB Method

Returns position of the joint in the local space of body b of the joint.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector3 PinJointGetLocalB(
	RID joint
)

Parameters

joint
Type: GodotRID

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

Return Value

Type: Vector3

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

See Also