C# Class KerbalEngineer.Editor.BuildOverlayPartInfo

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Protected Methods

Method Description
OnGUI ( ) : void
Update ( ) : void

Private Methods

Method Description
IsPointerOverStaging ( ) : bool
ResetInfo ( ) : void
SetAlternatorInfo ( ) : void
SetCostInfo ( ) : void
SetDecouplerInfo ( ) : void
SetEngineInfo ( ) : void
SetGeneratorInfo ( ) : void
SetGimbalInfo ( ) : void
SetMassItems ( ) : void
SetParachuteInfo ( ) : void
SetRcsInfo ( ) : void
SetReactionWheelInfo ( ) : void
SetResourceItems ( ) : void
SetSasInfo ( ) : void
SetScienceContainerInfo ( ) : void
SetScienceExperimentInfo ( ) : void
SetSingleActivationInfo ( ) : void
SetSolarPanelInfo ( ) : void
SetTransmitterInfo ( ) : void
Window ( int windowId ) : void

Method Details

OnGUI() protected method

protected OnGUI ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void