C# Class PersistentTrails.ExplorerTrackBehaviour

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: GrJo/KSPPersistentTrails Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
ExplorerTrackBehaviour ( ) : System
OnGUI ( ) : void
Update ( ) : void
checkGPS ( ) : void
setupRepeatingUpdate ( float updateIntervalSeconds ) : void
updateCurrentTrack ( ) : void
updateMainIcon ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ExplorerTrackBehaviour() public method

public ExplorerTrackBehaviour ( ) : System
return System

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

checkGPS() public method

public checkGPS ( ) : void
return void

setupRepeatingUpdate() public method

public setupRepeatingUpdate ( float updateIntervalSeconds ) : void
updateIntervalSeconds float
return void

updateCurrentTrack() public method

public updateCurrentTrack ( ) : void
return void

updateMainIcon() public method

public updateMainIcon ( ) : void
return void