isButtonPressed() 공개 메소드

public isButtonPressed ( ) : bool
리턴 bool
예제 #1
0
 public void guiButtonClick(Button a_button)
 {
     if (!a_button.isButtonPressed())
     {
         a_button.playDownSound();
     }
     setBuildingState(a_button, m_buttonDict[a_button]);
 }