Click or drag to resize

JointSetSolverPriority Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Joint.SetSolverPriority(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSolverPriority is deprecated. Use the Solver__priority property instead.")]
public void SetSolverPriority(
	int priority
)

Parameters

priority
Type: SystemInt32

[Missing <param name="priority"/> documentation for "M:Godot.Joint.SetSolverPriority(System.Int32)"]

See Also