Click or drag to resize

PhysicsServerJointGetType Method

Returns the type of the Joint.

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

Parameters

joint
Type: GodotRID

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

Return Value

Type: PhysicsServerJointType

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

See Also