Astroids.Classes.ControlHandler.SetWiimoteLeds C# (CSharp) Метод

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

public SetWiimoteLeds ( int wmIndex, int lives ) : void
wmIndex int
lives int
Результат void
        public void SetWiimoteLeds(int wmIndex, int lives)
        {
            if (wiimoteIsConnected)
                wmHandler.SetLeds(wmIndex, lives);
        }