RemoteTech.FlightComputerGUI.ThrottleGUI C# (CSharp) Méthode

ThrottleGUI() public méthode

public ThrottleGUI ( int windowID ) : void
windowID int
Résultat void
        public void ThrottleGUI(int windowID)
        {
            throttle.draw();

            GUI.DragWindow();
        }