C# Class MissionController.Value

A single value for this mission goal.
显示文件 Open project: pweingardt/KSPMissionController

Public Properties

Property Type Description
currentlyIs string
done bool
name String
shouldBe String

Public Methods

Method Description
Value ( String name, String value ) : System
Value ( String name, String shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System
Value ( String name, String shouldBe, string currentlyIs, bool done ) : System
Value ( String name, double value ) : System
Value ( String name, double shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System

Method Details

Value() public method

public Value ( String name, String value ) : System
name String
value String
return System

Value() public method

public Value ( String name, String shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System
name String
shouldBe String
currentlyIs double
done bool
highPrecision bool
return System

Value() public method

public Value ( String name, String shouldBe, string currentlyIs, bool done ) : System
name String
shouldBe String
currentlyIs string
done bool
return System

Value() public method

public Value ( String name, double value ) : System
name String
value double
return System

Value() public method

public Value ( String name, double shouldBe, double currentlyIs, bool done, bool highPrecision = false ) : System
name String
shouldBe double
currentlyIs double
done bool
highPrecision bool
return System

Property Details

currentlyIs public_oe property

public string currentlyIs
return string

done public_oe property

public bool done
return bool

name public_oe property

public String name
return String

shouldBe public_oe property

public String shouldBe
return String