setBodyKinematicTargetPose method

  1. @override
void setBodyKinematicTargetPose(
  1. int bodyHandle,
  2. Vector3 translation,
  3. 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.
}