BridgeDesign.EntertainmentDevice.ButtonSevenPressed C# (CSharp) Method

ButtonSevenPressed() public method

public ButtonSevenPressed ( ) : void
return void
        public void ButtonSevenPressed()
        {
            volumeLevel ++;
            Debug.Log ("Volume at: " + volumeLevel);
        }