C# Class KMP.KMPVesselInfo

Show file Open project: TehGimp/KerbalMultiPlayer Class Usage Examples

Public Properties

Property Type Description
bodyName String
detail KMPVesselDetail
situation Situation
state State
timeScale float

Public Methods

Method Description
KMPVesselInfo ( ) : System
KMPVesselInfo ( KMPVesselInfo copyFrom ) : System

Method Details

KMPVesselInfo() public method

public KMPVesselInfo ( ) : System
return System

KMPVesselInfo() public method

public KMPVesselInfo ( KMPVesselInfo copyFrom ) : System
copyFrom KMPVesselInfo
return System

Property Details

bodyName public property

The name of the body the vessel is orbiting
public String bodyName
return String

detail public property

public KMPVesselDetail,KMP detail
return KMPVesselDetail

situation public property

The vessel's KSP Vessel situation
public Situation situation
return Situation

state public property

The vessel's KSP vessel state
public State state
return State

timeScale public property

The timescale at which the vessel is warping
public float timeScale
return float