DOTween DOPath - Orient to next waypoint position

Is there a way for DOTween’s DOPath feature to have the transform orient to the next waypoint position - or to access the next waypoint of the path?

Also, if a moderator can add DOTween to tags, that would be helpful.

You can orient to the path, using SetLookAt.

To access the next waypoint instead, you could use an OnWaypointChange callback and calculate the index parameter plus one.