C# Class RemoteTech.Target

Afficher le fichier Open project: JDPKSP/RemoteTechLegacy Class Usage Examples

Méthodes publiques

Свойство Type Description
GUIListname string
color Color
isPlanet bool
referenceBody CelestialBody

Méthodes publiques

Méthode Description
Equals ( Target other ) : bool
Target ( ) : System
Target ( CelestialBody bodyIn ) : System
Target ( RelayNode nodeIn ) : System
Target ( string bodyOrNode ) : System

Method Details

Equals() public méthode

public Equals ( Target other ) : bool
other Target
Résultat bool

Target() public méthode

public Target ( ) : System
Résultat System

Target() public méthode

public Target ( CelestialBody bodyIn ) : System
bodyIn CelestialBody
Résultat System

Target() public méthode

public Target ( RelayNode nodeIn ) : System
nodeIn RelayNode
Résultat System

Target() public méthode

public Target ( string bodyOrNode ) : System
bodyOrNode string
Résultat System

Property Details

GUIListname public_oe property

public string GUIListname
Résultat string

color public_oe property

public Color color
Résultat Color

isPlanet public_oe property

public bool isPlanet
Résultat bool

referenceBody public_oe property

public CelestialBody referenceBody
Résultat CelestialBody