C# 클래스 CaveworldFlora.MapComponent_ClusterPlant

MapComponent_ClusterPlant class.
상속: MapComponent
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld

공개 프로퍼티들

프로퍼티 타입 설명
nextRandomSpawnTick int
randomSpawnPeriodInTicks int

공개 메소드들

메소드 설명
ExposeData ( ) : void
MapComponentTick ( ) : void
TrySpawnNewClusterAtRandomPosition ( ) : void

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

메소드 상세

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

MapComponentTick() 공개 메소드

public MapComponentTick ( ) : void
리턴 void

TrySpawnNewClusterAtRandomPosition() 공개 메소드

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

프로퍼티 상세

nextRandomSpawnTick 공개적으로 프로퍼티

public int nextRandomSpawnTick
리턴 int

randomSpawnPeriodInTicks 공개적으로 프로퍼티

public int randomSpawnPeriodInTicks
리턴 int