C# Class RemoteTech.RemoteTechAntennaCore

Inheritance: PartModule
显示文件 Open project: JDPKSP/RemoteTechLegacy

Public Properties

Property Type Description
flightStarted bool
powered bool
target Target

Public Methods

Method Description
GetInfo ( ) : string
OnStart ( PartModule state ) : void

Private Methods

Method Description
OverrideTarget ( ) : void
OverrideTarget2 ( ) : void
UpdatePA ( ) : void
setTarget ( ) : void
setTarget2 ( ) : void

Method Details

GetInfo() public method

public GetInfo ( ) : string
return string

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void

Property Details

flightStarted public_oe property

public bool flightStarted
return bool

powered public_oe property

public bool powered
return bool

target public_oe property

public Target,RemoteTech target
return Target