Click or drag to resize

PhysicsServerPinJointSetLocalB Method

Sets 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 void PinJointSetLocalB(
	RID joint,
	Vector3 localB
)

Parameters

joint
Type: GodotRID

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

localB
Type: GodotVector3

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

See Also