Skip to main content

Population Region Service

Description

A collection of methods used to apply look mutations to agents.

Interface

Type
IPopulationRegionService

Inherits

Type
IMonoBehaviour

Properties

NameType
regionServiceIRegionService
dataIPopulationRegionData
spawnServiceISpawnService
characterPoolServiceICharacterPoolService
actionServiceIActionService
lookingServiceILookingService

Public Methods

NameParametersReturn TypeDescription
SetupIRegionService regionService, IPopulationRegionData populationRegionDatavoidUsed by the UI and spawning process to set region and population region data.
Populateint? characterPoolId = null, int? spawnStratgyId = nullbooleanTriggers the population region to be populated.
GetPopulationRegionDataN/AIPopulationRegionDataReturns the data.
GetRegionServiceN/AIRegionServiceReturns the regionService.
GetIdN/AGuidReturns the unique identifier.