C# Class KMP.KMPVesselInfo

Afficher le fichier Open project: TehGimp/KerbalMultiPlayer Class Usage Examples

Méthodes publiques

Свойство Type Description
bodyName String
detail KMPVesselDetail
situation Situation
state State
timeScale float

Méthodes publiques

Méthode Description
KMPVesselInfo ( ) : System
KMPVesselInfo ( KMPVesselInfo copyFrom ) : System

Method Details

KMPVesselInfo() public méthode

public KMPVesselInfo ( ) : System
Résultat System

KMPVesselInfo() public méthode

public KMPVesselInfo ( KMPVesselInfo copyFrom ) : System
copyFrom KMPVesselInfo
Résultat System

Property Details

bodyName public_oe property

The name of the body the vessel is orbiting
public String bodyName
Résultat String

detail public_oe property

public KMPVesselDetail,KMP detail
Résultat KMPVesselDetail

situation public_oe property

The vessel's KSP Vessel situation
public Situation situation
Résultat Situation

state public_oe property

The vessel's KSP vessel state
public State state
Résultat State

timeScale public_oe property

The timescale at which the vessel is warping
public float timeScale
Résultat float