Method GetRegisteredAgents
GetRegisteredAgents()
Get list of all agents currently registered to this MultiAgentGroup.
Declaration
public IReadOnlyCollection<Agent> GetRegisteredAgents()
Returns
| Type | Description |
|---|---|
| IReadOnlyCollection<Agent> | List of agents registered to the MultiAgentGroup. |