C# 클래스 SSTUTools.SSTUInflatable

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

공개 메소드들

메소드 설명
GetInfo ( ) : string
GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float
GetModuleCostChangeWhen ( ) : ModifierChangeWhen
GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float
GetModuleMassChangeWhen ( ) : ModifierChangeWhen
OnDestroy ( ) : void
OnLoad ( ConfigNode node ) : void
OnStart ( StartState state ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
consumeResources ( ) : void
deflateEvent ( ) : void
inflateEvent ( ) : void
init ( ) : void
onAnimStateChange ( AnimState newState ) : void
onContainerUpdated ( SSTUVolumeContainer vc ) : void
updateCrewCapacity ( int capacity ) : void

most functioniality derived from TweakScale ScaleCrewCapacity method https://github.com/pellinor0/TweakScale/blob/master/Scale.cs#L279

updateRequiredMass ( ) : void
updateResourceAmounts ( double mult ) : void

메소드 상세

GetInfo() 공개 메소드

public GetInfo ( ) : string
리턴 string

GetModuleCost() 공개 메소드

public GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float
defaultCost float
sit ModifierStagingSituation
리턴 float

GetModuleCostChangeWhen() 공개 메소드

public GetModuleCostChangeWhen ( ) : ModifierChangeWhen
리턴 ModifierChangeWhen

GetModuleMass() 공개 메소드

public GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float
defaultMass float
sit ModifierStagingSituation
리턴 float

GetModuleMassChangeWhen() 공개 메소드

public GetModuleMassChangeWhen ( ) : ModifierChangeWhen
리턴 ModifierChangeWhen

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnLoad() 공개 메소드

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

OnStart() 공개 메소드

public OnStart ( StartState state ) : void
state StartState
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void