A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
RVOAgentPlacer Class Reference

Places ROV agents in circles. More...

+ Inheritance diagram for RVOAgentPlacer:
+ Collaboration diagram for RVOAgentPlacer:

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)
 

Detailed Description

Places ROV agents in circles.

Used in a example scene

Member Function Documentation

static Color HSVToRGB ( float  h,
float  s,
float  v 
)
staticprivate

Converts an HSV color to an RGB color, according to the algorithm described at http://en.wikipedia.org/wiki/HSL_and_HSV.

Returns
the RGB representation of the color.

The documentation for this class was generated from the following file: