C# Class RemoteTech.UI.AttitudeFragment

Inheritance: IFragment
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Private Properties

Свойство Type Description
Confirm void
OnAttitudeClick IEnumerator
OnBurnClick void
OnExecClick void
OnModeClick IEnumerator

Méthodes publiques

Méthode Description
AttitudeFragment ( FlightComputer fc, System.Action queue ) : System
Draw ( ) : void
Reset ( ) : void

Reset the modes

getActiveFlightMode ( ) : void

Get the current active FlightMode and map it to the Computermode

Private Methods

Méthode Description
Confirm ( ) : void
OnAttitudeClick ( FlightAttitude state ) : IEnumerator
OnBurnClick ( ) : void
OnExecClick ( ) : void
OnModeClick ( ComputerMode state ) : IEnumerator

Method Details

AttitudeFragment() public méthode

public AttitudeFragment ( FlightComputer fc, System.Action queue ) : System
fc FlightComputer
queue System.Action
Résultat System

Draw() public méthode

public Draw ( ) : void
Résultat void

Reset() public méthode

Reset the modes
public Reset ( ) : void
Résultat void

getActiveFlightMode() public méthode

Get the current active FlightMode and map it to the Computermode
public getActiveFlightMode ( ) : void
Résultat void