C# Class RVOAgentPlacer, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
agents int
goalOffset Vector3
mask LayerMask
prefab GameObject
repathRate float
ringSize float

Public Methods

Method Description
GetColor ( float angle ) : Color

Private Methods

Method Description
HSVToRGB ( float h, float s, float v ) : Color
Start ( ) : IEnumerator

Method Details

GetColor() public method

public GetColor ( float angle ) : Color
angle float
return Color

Property Details

agents public property

public int agents
return int

goalOffset public property

public Vector3 goalOffset
return Vector3

mask public property

public LayerMask mask
return LayerMask

prefab public property

public GameObject prefab
return GameObject

repathRate public property

public float repathRate
return float

ringSize public property

public float ringSize
return float