crashcat docs
    Preparing search index...
    • Set velocity of body such that it will be rotate/translate by inDeltaPosition/Rotation in inDeltaTime seconds.

      Parameters

      • motionProperties: MotionProperties

        motion properties to update

      • deltaPosition: Vec3

        desired position change

      • deltaRotation: Quat

        desired rotation change as quaternion

      • deltaTime: number

        time step (must be > 0)

      Returns void