Joint:setPriority

Edit

Sets the priority of the Joint. Joints with a higher priority are more likely to be solved correctly. Priority values are non-negative integers.

Joint:setPriority(priority)

Arguments

NameTypeDescription
prioritynumber The integer priority value.

Returns

Nothing

Notes

The default priority is zero.

See also