C# Class RemoteTech.Target

Datei anzeigen Open project: JDPKSP/RemoteTechLegacy Class Usage Examples

Public Properties

Property Type Description
GUIListname string
color Color
isPlanet bool
referenceBody CelestialBody

Public Methods

Method Description
Equals ( Target other ) : bool
Target ( ) : System
Target ( CelestialBody bodyIn ) : System
Target ( RelayNode nodeIn ) : System
Target ( string bodyOrNode ) : System

Method Details

Equals() public method

public Equals ( Target other ) : bool
other Target
return bool

Target() public method

public Target ( ) : System
return System

Target() public method

public Target ( CelestialBody bodyIn ) : System
bodyIn CelestialBody
return System

Target() public method

public Target ( RelayNode nodeIn ) : System
nodeIn RelayNode
return System

Target() public method

public Target ( string bodyOrNode ) : System
bodyOrNode string
return System

Property Details

GUIListname public_oe property

public string GUIListname
return string

color public_oe property

public Color color
return Color

isPlanet public_oe property

public bool isPlanet
return bool

referenceBody public_oe property

public CelestialBody referenceBody
return CelestialBody