C# 클래스 RemoteTech.RemoteCore

파일 보기 프로젝트 열기: JDPKSP/RemoteTechLegacy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
InContactWith bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetCommandPath ( ) : void

비공개 메소드들

메소드 설명
InContactWith ( RelayNode other ) : bool

메소드 상세

GetCommandPath() 보호된 메소드

protected GetCommandPath ( ) : void
리턴 void

RemoteCore() 공개 메소드

public RemoteCore ( Vessel v, float energyDrain ) : System
v Vessel
energyDrain float
리턴 System

RequestPower() 공개 메소드

public RequestPower ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateOtherGUI() 공개 메소드

public UpdateOtherGUI ( ) : void
리턴 void

UpdateOtherModules() 공개 메소드

public UpdateOtherModules ( ) : void
리턴 void

UpdateTriggers() 공개 메소드

public UpdateTriggers ( ) : void
리턴 void

WindowGUI() 공개 메소드

public WindowGUI ( int windowID ) : void
windowID int
리턴 void

applyTrigger() 공개 메소드

public applyTrigger ( KSPActionGroup ActionGroup ) : void
ActionGroup KSPActionGroup
리턴 void

drawGUI() 공개 메소드

public drawGUI ( ) : void
리턴 void

drive() 공개 메소드

public drive ( FlightCtrlState s ) : void
s FlightCtrlState
리턴 void

프로퍼티 상세

RCSoverride 공개적으로 프로퍼티

public bool RCSoverride
리턴 bool

Rnode 공개적으로 프로퍼티

public RelayNode Rnode
리턴 RelayNode

Wheel 공개적으로 프로퍼티

public bool Wheel
리턴 bool

computer 공개적으로 프로퍼티

public FlightComputer,RemoteTech computer
리턴 FlightComputer

delayedBuffer 공개적으로 프로퍼티

public FlightCtrlStateBuffer,RemoteTech delayedBuffer
리턴 FlightCtrlStateBuffer

flightComputerGUI 공개적으로 프로퍼티

public FlightComputerGUI,RemoteTech flightComputerGUI
리턴 FlightComputerGUI

localControl 공개적으로 프로퍼티

public bool localControl
리턴 bool

otherGUI 공개적으로 프로퍼티

public List otherGUI
리턴 List

path 공개적으로 프로퍼티

public RelayPath,RemoteTech path
리턴 RelayPath

powered 공개적으로 프로퍼티

public bool powered
리턴 bool

settings 공개적으로 프로퍼티

public SatSettings,RemoteTech settings
리턴 SatSettings

vessel 공개적으로 프로퍼티

public Vessel vessel
리턴 Vessel