C# 클래스 RemoteTech.Target

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

공개 프로퍼티들

프로퍼티 타입 설명
GUIListname string
color Color
isPlanet bool
referenceBody CelestialBody

공개 메소드들

메소드 설명
Equals ( Target other ) : bool
Target ( ) : System
Target ( CelestialBody bodyIn ) : System
Target ( RelayNode nodeIn ) : System
Target ( string bodyOrNode ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( Target other ) : bool
other Target
리턴 bool

Target() 공개 메소드

public Target ( ) : System
리턴 System

Target() 공개 메소드

public Target ( CelestialBody bodyIn ) : System
bodyIn CelestialBody
리턴 System

Target() 공개 메소드

public Target ( RelayNode nodeIn ) : System
nodeIn RelayNode
리턴 System

Target() 공개 메소드

public Target ( string bodyOrNode ) : System
bodyOrNode string
리턴 System

프로퍼티 상세

GUIListname 공개적으로 프로퍼티

public string GUIListname
리턴 string

color 공개적으로 프로퍼티

public Color color
리턴 Color

isPlanet 공개적으로 프로퍼티

public bool isPlanet
리턴 bool

referenceBody 공개적으로 프로퍼티

public CelestialBody referenceBody
리턴 CelestialBody