C# Class MissionController.Value

A single value for this mission goal.
Afficher le fichier Open project: pweingardt/KSPMissionController

Méthodes publiques

Свойство Type Description
currentlyIs string
done bool
name String
shouldBe String

Méthodes publiques

Méthode 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 méthode

public Value ( String name, String value ) : System
name String
value String
Résultat System

Value() public méthode

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

Value() public méthode

public Value ( String name, String shouldBe, string currentlyIs, bool done ) : System
name String
shouldBe String
currentlyIs string
done bool
Résultat System

Value() public méthode

public Value ( String name, double value ) : System
name String
value double
Résultat System

Value() public méthode

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

Property Details

currentlyIs public_oe property

public string currentlyIs
Résultat string

done public_oe property

public bool done
Résultat bool

name public_oe property

public String name
Résultat String

shouldBe public_oe property

public String shouldBe
Résultat String