Population Region Service
Description
A collection of methods used to apply look mutations to agents.
Interface
| Type |
|---|
| IPopulationRegionService |
Inherits
| Type |
|---|
| IMonoBehaviour |
Properties
| Name | Type |
|---|---|
| regionService | IRegionService |
| data | IPopulationRegionData |
| spawnService | ISpawnService |
| characterPoolService | ICharacterPoolService |
| actionService | IActionService |
| lookingService | ILookingService |
Public Methods
| Name | Parameters | Return Type | Description |
|---|---|---|---|
| Setup | IRegionService regionService, IPopulationRegionData populationRegionData | void | Used by the UI and spawning process to set region and population region data. |
| Populate | int? characterPoolId = null, int? spawnStratgyId = null | boolean | Triggers the population region to be populated. |
| GetPopulationRegionData | N/A | IPopulationRegionData | Returns the data. |
| GetRegionService | N/A | IRegionService | Returns the regionService. |
| GetId | N/A | Guid | Returns the unique identifier. |