C# 클래스 RealFuels.Ullage.UllageSet

상속: IConfigNode
파일 보기 프로젝트 열기: NathanKell/ModularFuelSystem 1 사용 예제들

공개 메소드들

메소드 설명
EditorPressurized ( ) : bool
Engine ( ) : string
GetUllageStability ( ) : double
GetUllageState ( Color &col ) : string
Load ( ConfigNode node ) : void
PressureOK ( ) : bool
Save ( ConfigNode node ) : void
SetModule ( UllageModule newModule ) : void
SetTanks ( ) : void
SetThrustAxis ( Vector3 thrustAxis ) : void
SetUllageEnabled ( bool enabled ) : void
SetUllageStability ( double newStability ) : void
UllageSet ( ModuleEnginesRF eng ) : System
Update ( Vector3 acc, Vector3 angVel, double timeDelta, double ventingAcc ) : void

메소드 상세

EditorPressurized() 공개 메소드

public EditorPressurized ( ) : bool
리턴 bool

Engine() 공개 메소드

public Engine ( ) : string
리턴 string

GetUllageStability() 공개 메소드

public GetUllageStability ( ) : double
리턴 double

GetUllageState() 공개 메소드

public GetUllageState ( Color &col ) : string
col Color
리턴 string

Load() 공개 메소드

public Load ( ConfigNode node ) : void
node System.ConfigNode
리턴 void

PressureOK() 공개 메소드

public PressureOK ( ) : bool
리턴 bool

Save() 공개 메소드

public Save ( ConfigNode node ) : void
node System.ConfigNode
리턴 void

SetModule() 공개 메소드

public SetModule ( UllageModule newModule ) : void
newModule UllageModule
리턴 void

SetTanks() 공개 메소드

public SetTanks ( ) : void
리턴 void

SetThrustAxis() 공개 메소드

public SetThrustAxis ( Vector3 thrustAxis ) : void
thrustAxis Vector3
리턴 void

SetUllageEnabled() 공개 메소드

public SetUllageEnabled ( bool enabled ) : void
enabled bool
리턴 void

SetUllageStability() 공개 메소드

public SetUllageStability ( double newStability ) : void
newStability double
리턴 void

UllageSet() 공개 메소드

public UllageSet ( ModuleEnginesRF eng ) : System
eng ModuleEnginesRF
리턴 System

Update() 공개 메소드

public Update ( Vector3 acc, Vector3 angVel, double timeDelta, double ventingAcc ) : void
acc Vector3
angVel Vector3
timeDelta double
ventingAcc double
리턴 void