C# Class OLDD_camera.Camera.DockingCamera

Inheritance: BaseKspCamera
Datei anzeigen Open project: DennyTX/DockingCam

Public Properties

Property Type Description
MaxSpeed float

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
DockingCamera ( Part part, bool noiseActive, int windowSize, string windowLabel = "DockCam" ) : System
Update ( ) : void
UpdateNoise ( ) : void

Protected Methods

Method Description
ExtendedDrawWindowL1 ( ) : void
ExtendedDrawWindowL2 ( ) : void
ExtendedDrawWindowL3 ( ) : void
InitTextures ( ) : void

Private Methods

Method Description
GetCross ( ) : void
GetFlightData ( ) : void
GetWindowLabel ( ) : void
SetFreeId ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

DockingCamera() public method

public DockingCamera ( Part part, bool noiseActive, int windowSize, string windowLabel = "DockCam" ) : System
part Part
noiseActive bool
windowSize int
windowLabel string
return System

ExtendedDrawWindowL1() protected method

protected ExtendedDrawWindowL1 ( ) : void
return void

ExtendedDrawWindowL2() protected method

protected ExtendedDrawWindowL2 ( ) : void
return void

ExtendedDrawWindowL3() protected method

protected ExtendedDrawWindowL3 ( ) : void
return void

InitTextures() protected method

protected InitTextures ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateNoise() public method

public UpdateNoise ( ) : void
return void

Property Details

MaxSpeed public_oe property

public float MaxSpeed
return float