Click or drag to resize

PhysicsServerPinJointGetLocalA Method

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

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

Parameters

joint
Type: GodotRID

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

Return Value

Type: Vector3

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

See Also