C# Class RemoteTech.RemoteCore

Afficher le fichier Open project: JDPKSP/RemoteTechLegacy Class Usage Examples

Méthodes publiques

Свойство Type Description
RCSoverride bool
Rnode RelayNode
Wheel bool
computer FlightComputer
delayedBuffer FlightCtrlStateBuffer
flightComputerGUI FlightComputerGUI
localControl bool
otherGUI List
path RelayPath
powered bool
settings SatSettings
vessel Vessel

Private Properties

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

Méthodes publiques

Méthode Description
RemoteCore ( Vessel v, float energyDrain ) : System
RequestPower ( ) : void
Update ( ) : void
UpdateOtherGUI ( ) : void
UpdateOtherModules ( ) : void
UpdateTriggers ( ) : void
WindowGUI ( int windowID ) : void
applyTrigger ( KSPActionGroup ActionGroup ) : void
drawGUI ( ) : void
drive ( FlightCtrlState s ) : void

Méthodes protégées

Méthode Description
GetCommandPath ( ) : void

Private Methods

Méthode Description
InContactWith ( RelayNode other ) : bool

Method Details

GetCommandPath() protected méthode

protected GetCommandPath ( ) : void
Résultat void

RemoteCore() public méthode

public RemoteCore ( Vessel v, float energyDrain ) : System
v Vessel
energyDrain float
Résultat System

RequestPower() public méthode

public RequestPower ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateOtherGUI() public méthode

public UpdateOtherGUI ( ) : void
Résultat void

UpdateOtherModules() public méthode

public UpdateOtherModules ( ) : void
Résultat void

UpdateTriggers() public méthode

public UpdateTriggers ( ) : void
Résultat void

WindowGUI() public méthode

public WindowGUI ( int windowID ) : void
windowID int
Résultat void

applyTrigger() public méthode

public applyTrigger ( KSPActionGroup ActionGroup ) : void
ActionGroup KSPActionGroup
Résultat void

drawGUI() public méthode

public drawGUI ( ) : void
Résultat void

drive() public méthode

public drive ( FlightCtrlState s ) : void
s FlightCtrlState
Résultat void

Property Details

RCSoverride public_oe property

public bool RCSoverride
Résultat bool

Rnode public_oe property

public RelayNode Rnode
Résultat RelayNode

Wheel public_oe property

public bool Wheel
Résultat bool

computer public_oe property

public FlightComputer,RemoteTech computer
Résultat FlightComputer

delayedBuffer public_oe property

public FlightCtrlStateBuffer,RemoteTech delayedBuffer
Résultat FlightCtrlStateBuffer

flightComputerGUI public_oe property

public FlightComputerGUI,RemoteTech flightComputerGUI
Résultat FlightComputerGUI

localControl public_oe property

public bool localControl
Résultat bool

otherGUI public_oe property

public List otherGUI
Résultat List

path public_oe property

public RelayPath,RemoteTech path
Résultat RelayPath

powered public_oe property

public bool powered
Résultat bool

settings public_oe property

public SatSettings,RemoteTech settings
Résultat SatSettings

vessel public_oe property

public Vessel vessel
Résultat Vessel