C# 클래스 CaveworldFlora.ClusterPlant_Gleamcap

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

공개 프로퍼티들

프로퍼티 타입 설명
lastSporeSpawnTick int
sporeSpawner GleamcapSporeSpawner

공개 메소드들

메소드 설명
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void

Destroy the plant and the associated glower if existing.

ExposeData ( ) : void

Save and load internal state variables (stored in savegame data).

TickLong ( ) : void

Main function: - perform the cluster plant normal treatment. - when mature, has a small chance to spawn a spore spawner.

TrySpawnSporeSpawner ( ) : void

Try to spawn some spores if the plant is mature.

메소드 상세

Destroy() 공개 메소드

Destroy the plant and the associated glower if existing.
public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
리턴 void

ExposeData() 공개 메소드

Save and load internal state variables (stored in savegame data).
public ExposeData ( ) : void
리턴 void

TickLong() 공개 메소드

Main function: - perform the cluster plant normal treatment. - when mature, has a small chance to spawn a spore spawner.
public TickLong ( ) : void
리턴 void

TrySpawnSporeSpawner() 공개 메소드

Try to spawn some spores if the plant is mature.
public TrySpawnSporeSpawner ( ) : void
리턴 void

프로퍼티 상세

lastSporeSpawnTick 공개적으로 프로퍼티

public int lastSporeSpawnTick
리턴 int

sporeSpawner 공개적으로 프로퍼티

public GleamcapSporeSpawner,CaveworldFlora sporeSpawner
리턴 GleamcapSporeSpawner