A* Pathfinding Project
4.1.14
The A* Pathfinding Project for Unity 3D
|
Places ROV agents in circles. More...
Places ROV agents in circles.
Used in a example scene
Public Member Functions | |
Color | GetColor (float angle) |
Public Attributes | |
int | agents = 100 |
Vector3 | goalOffset |
LayerMask | mask |
GameObject | prefab |
float | repathRate = 1 |
float | ringSize = 100 |
Private Member Functions | |
IEnumerator | Start () |
Private Attributes | |
const float | rad2Deg = 360.0f/ ((float)System.Math.PI*2) |
Color GetColor | ( | float | angle | ) |
|
private |
int agents = 100 |
Vector3 goalOffset |
LayerMask mask |
GameObject prefab |
|
private |
float repathRate = 1 |
float ringSize = 100 |