Method FollowPointRoute
FollowPointRoute(Vector3[])
Declaration
public void FollowPointRoute(params Vector3[] points)
Parameters
Type | Name | Description |
---|---|---|
Vector3[] | points |
FollowPointRoute(Single, Vector3[])
Declaration
public void FollowPointRoute(float movementSpeed, params Vector3[] points)
Parameters
Type | Name | Description |
---|---|---|
System.Single | movementSpeed | |
Vector3[] | points |