C# Class OLDD_camera.DockCamToolbarButton

Inheritance: MonoBehaviour
显示文件 Open project: linuxgurugamer/DockingCam Class Usage Examples

Public Properties

Property Type Description
hideUI bool

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
DrawOnWindowAltHelp ( int winId ) : void
DrawOnWindowOLDD ( int windowID ) : void
GetVesselsWithCamera ( List allVessels ) : List
HideMainWindow ( ) : void
LoadWindowData ( ) : void
LogRanges ( string n, VesselRanges.Situation vr ) : void
NewVesselCreated ( Vessel data ) : void
OnAppLauncherReady ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
OnWindowAltHelp ( ) : void
OnWindowOLDD ( ) : void
SaveWindowData ( int WindowSizeCoef = 1 ) : void
ShowMainWindow ( ) : void
VesselsUndocked ( Vessel d1, Vessel d2 ) : void
onHideUI ( ) : void
onShowUI ( ) : void
this ( mod mod ) : found
this ( mod isfirst ) : install
vesselStr ( int i ) : string

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

hideUI static_oe public_oe property

static public bool hideUI
return bool