Rigidbody2DMoveOnWaypoint¶
Move the Rigidbody2D along the Waypoint.

Properties¶
| Property Name | Description |
|---|---|
| Target | Rigidbody2D of interest. |
| Speed | Moving Speed |
| Waypoint | Route to move Rigidbody2D |
| Offset | Position adjustment offset |
| Clear Dest Point | Flag to restart from the first position of Waypoint when restarting |
| Type |
Play type.
|
| Done |
State transition at the time of movement completion(only Once) Transition Method : OnStateUpdate |