C# Class DeadlyReentry.ReentryPhysics

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: NathanKell/DeadlyReentry Class Usage Examples

Méthodes publiques

Свойство Type Description
chuteWarningMsg ScreenMessage
crewGWarningMsg ScreenMessage
debugging bool
frameVelocity Vector3
gToleranceMult float
machMultiplier double
warningMessageStyle UnityEngine.GUIStyle

Protected Properties

Свойство Type Description
isCompatible bool

Méthodes publiques

Méthode Description
LoadSettings ( ) : void
SaveCustomSettings ( ) : void
SaveSettings ( ) : void
Start ( ) : void

Method Details

LoadSettings() public static méthode

public static LoadSettings ( ) : void
Résultat void

SaveCustomSettings() public static méthode

public static SaveCustomSettings ( ) : void
Résultat void

SaveSettings() public static méthode

public static SaveSettings ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

chuteWarningMsg public_oe static_oe property

public static ScreenMessage chuteWarningMsg
Résultat ScreenMessage

crewGWarningMsg public_oe static_oe property

public static ScreenMessage crewGWarningMsg
Résultat ScreenMessage

debugging public_oe static_oe property

public static bool debugging
Résultat bool

frameVelocity public_oe static_oe property

public static Vector3 frameVelocity
Résultat Vector3

gToleranceMult public_oe static_oe property

public static float gToleranceMult
Résultat float

isCompatible protected_oe property

protected bool isCompatible
Résultat bool

machMultiplier public_oe static_oe property

public static double machMultiplier
Résultat double

warningMessageStyle public_oe static_oe property

public static GUIStyle,UnityEngine warningMessageStyle
Résultat UnityEngine.GUIStyle