| Parameter | Description |
|---|---|
| joints | The joints to set the user data on. |
| userDatas | The user data to set, one entry per joint. |
Set PhysicsUserData on a batch of joints that can be used for any purpose. The joints and userDatas spans must be the same length; joints[n] receives userDatas[n].
| Parameter | Description |
|---|---|
| joints | The joints to set the user data on. |
| physicsUserData | The user data to set on every joint. |
Set the same PhysicsUserData on a batch of joints that can be used for any purpose.