C# 클래스 MissionController.GoalStatus

파일 보기 프로젝트 열기: pweingardt/KSPMissionController 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id String
repeatable bool
vesselGuid String

공개 메소드들

메소드 설명
GoalStatus ( ) : System
GoalStatus ( String vesselGuid, String id ) : System

메소드 상세

GoalStatus() 공개 메소드

public GoalStatus ( ) : System
리턴 System

GoalStatus() 공개 메소드

public GoalStatus ( String vesselGuid, String id ) : System
vesselGuid String
id String
리턴 System

프로퍼티 상세

id 공개적으로 프로퍼티

public String id
리턴 String

repeatable 공개적으로 프로퍼티

public bool repeatable
리턴 bool

vesselGuid 공개적으로 프로퍼티

public String vesselGuid
리턴 String