Click or drag to resize

PhysicsServerJointSetSolverPriority Method

Sets the priority value of the Joint.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void JointSetSolverPriority(
	RID joint,
	int priority
)

Parameters

joint
Type: GodotRID

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

priority
Type: SystemInt32

[Missing <param name="priority"/> documentation for "M:Godot.PhysicsServer.JointSetSolverPriority(Godot.RID,System.Int32)"]

See Also