Свойство | Type | Description | |
---|---|---|---|
bodyName | string | ||
cameraMode | Enums.CameraModes | ||
inAtmosphere | Enums.Selector | ||
maxAltitude | float | ||
maxVelocityOrbital | float | ||
maxVelocitySurface | float | ||
maxVesselDistance | float | ||
minAltitude | float | ||
minVelocityOrbital | float | ||
minVelocitySurface | float | ||
minVesselDistance | float | ||
paused | Enums.Selector | ||
scene | Enums.Scenes | ||
situation | Vessel.Situations | ||
timeOfDay | Enums.TimesOfDay |
Méthode | Description | |
---|---|---|
CheckAltitude ( Vessel v ) : bool | ||
CheckBodyName ( Vessel v ) : bool | ||
CheckCameraMode ( ) : bool | ||
CheckInAtmosphere ( Vessel v ) : bool | ||
CheckOrbitalVelocity ( Vessel v ) : bool | ||
CheckPaused ( ) : bool | ||
CheckScene ( ) : bool | ||
CheckSituation ( Vessel v ) : bool | ||
CheckSurfaceVelocity ( Vessel v ) : bool | ||
CheckTimeOfDay ( ) : bool | ||
CheckVesselDistance ( Vessel v ) : bool | ||
Equals ( Prerequisites p ) : bool | ||
Equals ( System obj ) : bool | ||
GetHashCode ( ) : int | ||
Prerequisites ( ) : System | ||
Prerequisites ( Prerequisites p ) : System | ||
PrerequisitesMet ( ) : bool | ||
PrintPrerequisites ( ) : string | ||
PrintSituation ( ) : string | ||
SituationToText ( Vessel situation ) : string |
public CheckInAtmosphere ( Vessel v ) : bool | ||
v | Vessel | |
Résultat | bool |
public CheckOrbitalVelocity ( Vessel v ) : bool | ||
v | Vessel | |
Résultat | bool |
public CheckSurfaceVelocity ( Vessel v ) : bool | ||
v | Vessel | |
Résultat | bool |
public CheckVesselDistance ( Vessel v ) : bool | ||
v | Vessel | |
Résultat | bool |
public Prerequisites ( Prerequisites p ) : System | ||
p | Prerequisites | |
Résultat | System |
public static SituationToText ( Vessel situation ) : string | ||
situation | Vessel | |
Résultat | string |