Patrol

Patrol(Vector3, float, float)

Obsolete public void Patrol(Vector3 center, float speed, float radius) ;

Description

Wander within specified radius

Parameters

Parameter Name Description
center Center
speed Speed to move
radius Radius from the starting position

Patrol(float, float)

Obsolete public void Patrol(float speed, float radius) ;

Description

Wander within the specified radius from the start position

Parameters

Parameter Name Description
speed Speed to move
radius Radius from the starting position