C# Class CaveworldFlora.MapComponent_ClusterPlant

MapComponent_ClusterPlant class.
Inheritance: MapComponent
Afficher le fichier Open project: Rikiki123456789/Rimworld

Méthodes publiques

Свойство Type Description
nextRandomSpawnTick int
randomSpawnPeriodInTicks int

Méthodes publiques

Méthode Description
ExposeData ( ) : void
MapComponentTick ( ) : void
TrySpawnNewClusterAtRandomPosition ( ) : void

Tries to spawn a new cluster at a random position on the map. The exclusivity radius still applies.

Method Details

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

MapComponentTick() public méthode

public MapComponentTick ( ) : void
Résultat void

TrySpawnNewClusterAtRandomPosition() public méthode

Tries to spawn a new cluster at a random position on the map. The exclusivity radius still applies.
public TrySpawnNewClusterAtRandomPosition ( ) : void
Résultat void

Property Details

nextRandomSpawnTick public_oe property

public int nextRandomSpawnTick
Résultat int

randomSpawnPeriodInTicks public_oe property

public int randomSpawnPeriodInTicks
Résultat int