C# 클래스 MiningHelmet.MiningHelmet

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

공개 프로퍼티들

프로퍼티 타입 설명
headLight Thing
lightIsOn bool
refreshIsNecessary bool

공개 메소드들

메소드 설명
ExposeData ( ) : void
SwitchOffHeadLight ( ) : void
SwitchOnHeadLight ( ) : void
Tick ( ) : void

Perform the MiningHelmet main treatment: - switch on the headlight if the pawn is awake and under a natural roof or in the open dark and mining, - switch off the headlight otherwise.

메소드 상세

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

SwitchOffHeadLight() 공개 메소드

public SwitchOffHeadLight ( ) : void
리턴 void

SwitchOnHeadLight() 공개 메소드

public SwitchOnHeadLight ( ) : void
리턴 void

Tick() 공개 메소드

Perform the MiningHelmet main treatment: - switch on the headlight if the pawn is awake and under a natural roof or in the open dark and mining, - switch off the headlight otherwise.
public Tick ( ) : void
리턴 void

프로퍼티 상세

headLight 공개적으로 프로퍼티

public Thing headLight
리턴 Thing

lightIsOn 공개적으로 프로퍼티

public bool lightIsOn
리턴 bool

refreshIsNecessary 공개적으로 프로퍼티

public bool refreshIsNecessary
리턴 bool