C# Class BetterBurnTimeDataExample.BetterBurnTimeDataExample

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: KSPSnark/BetterBurnTime

Public Methods

Method Description
Update ( ) : void

This gets called on every update cycle.

Private Methods

Method Description
DoStuffWith ( VesselModule data ) : void

This is called when we want to do something with the API data (log a message, in this example).

Method Details

Update() public method

This gets called on every update cycle.
public Update ( ) : void
return void