RemoteTech.FlightComputer.SetThrottle C# (CSharp) Méthode

SetThrottle() public méthode

public SetThrottle ( float throttlein ) : void
throttlein float
Résultat void
        public void SetThrottle(float throttlein)
        {
            if (throttlein > 0)
                this.throttleActive = true;
            this.throttle = throttlein;
        }