C# Class RealFuels.Ullage.UllageSet

Inheritance: IConfigNode
Show file Open project: NathanKell/ModularFuelSystem Class Usage Examples

Public Methods

Method Description
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

Method Details

EditorPressurized() public method

public EditorPressurized ( ) : bool
return bool

Engine() public method

public Engine ( ) : string
return string

GetUllageStability() public method

public GetUllageStability ( ) : double
return double

GetUllageState() public method

public GetUllageState ( Color &col ) : string
col Color
return string

Load() public method

public Load ( ConfigNode node ) : void
node System.ConfigNode
return void

PressureOK() public method

public PressureOK ( ) : bool
return bool

Save() public method

public Save ( ConfigNode node ) : void
node System.ConfigNode
return void

SetModule() public method

public SetModule ( UllageModule newModule ) : void
newModule UllageModule
return void

SetTanks() public method

public SetTanks ( ) : void
return void

SetThrustAxis() public method

public SetThrustAxis ( Vector3 thrustAxis ) : void
thrustAxis Vector3
return void

SetUllageEnabled() public method

public SetUllageEnabled ( bool enabled ) : void
enabled bool
return void

SetUllageStability() public method

public SetUllageStability ( double newStability ) : void
newStability double
return void

UllageSet() public method

public UllageSet ( ModuleEnginesRF eng ) : System
eng ModuleEnginesRF
return System

Update() public method

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