CrowdParams: {
    maxAgentRadius: number;
    maxAgents: number;
}

Type declaration

  • maxAgentRadius: number

    The maximum radius of any agent that will be added to the crowd. [Limit: > 0]

  • maxAgents: number

    The maximum number of agents that can be managed by the crowd. [Limit: >= 1]