setBodyKinematicTargetPose abstract method

void setBodyKinematicTargetPose(
  1. int bodyHandle,
  2. Vector3 translation,
  3. Quaternion rotation
)

Pushes the pose a kinematic body should reach by the next step.

Implementation

void setBodyKinematicTargetPose(
  int bodyHandle,
  Vector3 translation,
  Quaternion rotation,
);