A* Pathfinding Project
3.7.4
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 () |
Static Private Member Functions | |
static Color | HSVToRGB (float h, float s, float v) |
Converts an HSV color to an RGB color, according to the algorithm described at http://en.wikipedia.org/wiki/HSL_and_HSV. | |
Private Attributes | |
const float | rad2Deg = 360.0f/ ((float)System.Math.PI*2) |
Color GetColor | ( | float | angle | ) |
|
staticprivate |
Converts an HSV color to an RGB color, according to the algorithm described at http://en.wikipedia.org/wiki/HSL_and_HSV.
|
private |
int agents = 100 |
Vector3 goalOffset |
LayerMask mask |
GameObject prefab |
|
private |
float repathRate = 1 |
float ringSize = 100 |