updateJoint abstract method

void updateJoint(
  1. int jointHandle,
  2. JointDesc desc
)

Reconfigures a joint in place. Backends without native updates may destroy and recreate internally; the handle stays valid.

Implementation

void updateJoint(int jointHandle, JointDesc desc);