C# 클래스 ButtonCountdownChange

상속: MonoBehaviour
파일 보기 프로젝트 열기: DRMold/HungryHungryTetris

공개 프로퍼티들

프로퍼티 타입 설명
isIncreasing bool
otherButton Button
textToChange Text

공개 메소드들

메소드 설명
Awake ( ) : void
checkBounded ( ) : void

비공개 메소드들

메소드 설명
OnDisable ( ) : void
OnEnable ( ) : void
pressHandle ( object sender, System e ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

checkBounded() 공개 메소드

public checkBounded ( ) : void
리턴 void

프로퍼티 상세

isIncreasing 공개적으로 프로퍼티

public bool isIncreasing
리턴 bool

otherButton 공개적으로 프로퍼티

public Button otherButton
리턴 Button

textToChange 공개적으로 프로퍼티

public Text textToChange
리턴 Text