Method DriveTo
DriveTo(Vehicle, Vector3, Single, Single, DrivingStyle)
Declaration
public void DriveTo(Vehicle vehicle, Vector3 target, float radius, float speed, DrivingStyle style = DrivingStyle.Normal)
Parameters
| Type | Name | Description |
|---|---|---|
| Vehicle | vehicle | |
| Vector3 | target | |
| System.Single | radius | |
| System.Single | speed | |
| DrivingStyle | style |