C# 클래스 SSTUTools.SSTUResourceBoiloff

상속: PartModule
파일 보기 프로젝트 열기: shadowmage45/SSTULabs 1 사용 예제들

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnLoad ( ConfigNode node ) : void
OnStart ( StartState state ) : void

Run init sequence, create boiloff data instances for each boiloff-enabled resource in the part; caching references to all relevant data

Start ( ) : void

Update the boiloff stats from the current VolumeContainer, if available, else use the stats from module config

비공개 메소드들

메소드 설명
initialize ( ) : void
onPartResourcesChanged ( ) : void
updateStatsFromContainer ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnLoad() 공개 메소드

public OnLoad ( ConfigNode node ) : void
node ConfigNode
리턴 void

OnStart() 공개 메소드

Run init sequence, create boiloff data instances for each boiloff-enabled resource in the part; caching references to all relevant data
public OnStart ( StartState state ) : void
state StartState
리턴 void

Start() 공개 메소드

Update the boiloff stats from the current VolumeContainer, if available, else use the stats from module config
public Start ( ) : void
리턴 void