Class PlantGroupDefinition
Contains configuration of plants grouping.
Grouping consists in two phases:
1) Generation of "CountOfClusters" clusters. Cluster - most populated areas in the world.
2) Each cluster will be populated with groups of plants. You can't control directly the number of groups, but you can control how far one to other they will be spawned.
Inheritance
System.Object
PlantGroupDefinition
Assembly: Eco.Simulation.dll
Syntax
public sealed class PlantGroupDefinition : ValueType
Constructors
PlantGroupDefinition()
Declaration
public PlantGroupDefinition()
Fields
ChanceToBeSpawnOutsideOfGroup
Declaration
public float ChanceToBeSpawnOutsideOfGroup
Field Value
Type |
Description |
System.Single |
|
ClusterRadiusInWorldSize
Declaration
public Range ClusterRadiusInWorldSize
Field Value
CountOfClusters
Declaration
public Range CountOfClusters
Field Value
MinDistanceBetweenGroups
Declaration
public Range MinDistanceBetweenGroups
Field Value
PlantsInGroup
Declaration
public Range PlantsInGroup
Field Value
RadiusOfGroup
Declaration
public Range RadiusOfGroup
Field Value
StartBiomes
Declaration
public string StartBiomes
Field Value
Type |
Description |
System.String |
|