| Parameter | Description |
|---|---|
| physicsUserData | The user data to set. |
| ownerKey | Optional owner key returned when using PhysicsJoint.SetOwner. |
Set PhysicsUserData that can be used for any purpose, typically by the owner only.
| Parameter | Description |
|---|---|
| joints | The joints to set the owner user data on. |
| userDatas | The user data to set, one entry per joint. |
| ownerKey | Optional owner key returned when using PhysicsJoint.SetOwner. |
Set PhysicsUserData on a batch of joints that can be used for any purpose, typically by the owner only. The joints and userDatas spans must be the same length; joints[n] receives userDatas[n].
| Parameter | Description |
|---|---|
| joints | The joints to set the owner user data on. |
| physicsUserData | The user data to set on every joint. |
| ownerKey | Optional owner key returned when using PhysicsJoint.SetOwner. |
Set the same PhysicsUserData on a batch of joints that can be used for any purpose, typically by the owner only.