C# Class RemoteTech.Target

Show file 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 property

public string GUIListname
return string

color public property

public Color color
return Color

isPlanet public property

public bool isPlanet
return bool

referenceBody public property

public CelestialBody referenceBody
return CelestialBody