setBodyKinematicTargetPose method
void
setBodyKinematicTargetPose(
- int bodyHandle,
- Vector3 translation,
- Quaternion rotation
override
Pushes the pose a kinematic body should reach by the next step.
Implementation
@override
void setBodyKinematicTargetPose(
int bodyHandle,
Vector3 translation,
Quaternion rotation,
) {
// Kinematic owners already hold the pose target; nothing to push.
}