C# Class KerbTrack, KerbTrack

Inheritance: MonoBehaviour
Exibir arquivo Open project: pizzaoverhead/KerbTrack

Public Properties

Property Type Description
activeTracker int
guiVisible bool
pv float
rv float
tracker ITracker
trackerEnabled bool
xp float
yp float
yv float
zp float

Protected Properties

Property Type Description
windowPos Rect

Public Methods

Method Description
ChangeTracker ( Trackers t ) : void
GetTrackerName ( Trackers t ) : string
LoadSettings ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
OnPause ( ) : void
OnUnPause ( ) : void
SaveSettings ( ) : void

Private Methods

Method Description
FlightGui ( ) : void
IvaGui ( ) : void
JoystickGui ( ) : void
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void
mainGUI ( int windowID ) : void

Method Details

ChangeTracker() public method

public ChangeTracker ( Trackers t ) : void
t Trackers
return void

GetTrackerName() public method

public GetTrackerName ( Trackers t ) : string
t Trackers
return string

LoadSettings() public method

public LoadSettings ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnPause() public method

public OnPause ( ) : void
return void

OnUnPause() public method

public OnUnPause ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

Property Details

activeTracker public_oe property

public int activeTracker
return int

guiVisible public_oe property

public bool guiVisible
return bool

pv public_oe property

public float pv
return float

rv public_oe property

public float rv
return float

tracker public_oe property

public ITracker tracker
return ITracker

trackerEnabled public_oe property

public bool trackerEnabled
return bool

windowPos protected_oe property

protected Rect windowPos
return Rect

xp public_oe property

public float xp
return float

yp public_oe property

public float yp
return float

yv public_oe property

public float yv
return float

zp public_oe property

public float zp
return float