Click or drag to resize

PhysicsServerPinJointSetLocalA Method

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

Parameters

joint
Type: GodotRID

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

localA
Type: GodotVector3

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

See Also