C# 클래스 MissionController.Value

A single value for this mission goal.
파일 보기 프로젝트 열기: pweingardt/KSPMissionController

공개 프로퍼티들

프로퍼티 타입 설명
currentlyIs string
done bool
name String
shouldBe String

공개 메소드들

메소드 설명
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

메소드 상세

Value() 공개 메소드

public Value ( String name, String value ) : System
name String
value String
리턴 System

Value() 공개 메소드

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

Value() 공개 메소드

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

Value() 공개 메소드

public Value ( String name, double value ) : System
name String
value double
리턴 System

Value() 공개 메소드

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

프로퍼티 상세

currentlyIs 공개적으로 프로퍼티

public string currentlyIs
리턴 string

done 공개적으로 프로퍼티

public bool done
리턴 bool

name 공개적으로 프로퍼티

public String name
리턴 String

shouldBe 공개적으로 프로퍼티

public String shouldBe
리턴 String