Polarith AI
1.8

◆ UpdateFrequency

float UpdateFrequency = 20.0f

Specifies how often the AI system should update this agent per second.

If set to 0, the agent gets updated within Unity's update method, as against if greater than 0, it uses its own coroutine for updating.

Imprint