C# Класс BetterBurnTime.BetterBurnTime

Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект

Открытые методы

Метод Описание
LateUpdate ( ) : void
Start ( ) : void

Приватные методы

Метод Описание
CalculateMaxBurnTime ( ShipState vessel, BetterBurnTime.Tally propellantsConsumed ) : double

Calculate how long we can burn at full throttle until something important runs out.

GetBurnTime ( double dVremaining, bool &isInsufficientFuel ) : double

Calculate the number of seconds required to burn.

GetThrustInfo ( BetterBurnTime.Tally propellantsConsumed, double &totalThrust ) : void

Get the vessel's acceleration ability, in m/s2

SecondsUntilNode ( ) : double

Gets the time until the next maneuver node, in seconds. NaN if none.

ShouldIgnore ( string propellantName ) : bool
logFuelCheatActivation ( ) : void

Log a message every time the fuel-cheat toggle is switched.

Описание методов

LateUpdate() публичный Метод

public LateUpdate ( ) : void
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void