Attributes | Type | Overridable | Description |
---|
distance | double | no | The threshold distance. All agents closer within this distance range will be evaluated. |
maxTurnAngle | double | no | The max turn angle. |
separationForce | double | no | The force used for separating the agents. |
weight | double | yes | weight |
agentGroups | stringArray | no | array of agent group names. The agent groups will be considered during the evaluation. |
debug | bool | no | enables module debug drawing. |
velocityThreshold | double | no | if the agent velocity length is smaller than this value the agent is not evaluated. |