Click or drag to resize

PhysicsServerJointCreateSlider Method

Creates a SliderJoint.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static RID JointCreateSlider(
	RID bodyA,
	Transform localRefA,
	RID bodyB,
	Transform localRefB
)

Parameters

bodyA
Type: GodotRID

[Missing <param name="bodyA"/> documentation for "M:Godot.PhysicsServer.JointCreateSlider(Godot.RID,Godot.Transform,Godot.RID,Godot.Transform)"]

localRefA
Type: GodotTransform

[Missing <param name="localRefA"/> documentation for "M:Godot.PhysicsServer.JointCreateSlider(Godot.RID,Godot.Transform,Godot.RID,Godot.Transform)"]

bodyB
Type: GodotRID

[Missing <param name="bodyB"/> documentation for "M:Godot.PhysicsServer.JointCreateSlider(Godot.RID,Godot.Transform,Godot.RID,Godot.Transform)"]

localRefB
Type: GodotTransform

[Missing <param name="localRefB"/> documentation for "M:Godot.PhysicsServer.JointCreateSlider(Godot.RID,Godot.Transform,Godot.RID,Godot.Transform)"]

Return Value

Type: RID

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

See Also