C# 클래스 CaveBiome.MapComponent_CaveWellLight

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

공개 프로퍼티들

프로퍼티 타입 설명
nextLigthCheckTick int

공개 메소드들

메소드 설명
MapComponentTick ( ) : void
SetGlowRadius ( Thing caveWell, float glowradius ) : void

메소드 상세

MapComponentTick() 공개 메소드

public MapComponentTick ( ) : void
리턴 void

SetGlowRadius() 공개 메소드

public SetGlowRadius ( Thing caveWell, float glowradius ) : void
caveWell Thing
glowradius float
리턴 void

프로퍼티 상세

nextLigthCheckTick 공개적으로 프로퍼티

public int nextLigthCheckTick
리턴 int