C# 클래스 ButtonOptionChange

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

공개 프로퍼티들

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

checkBounded() 공개 메소드

public checkBounded ( ) : void
리턴 void

프로퍼티 상세

holdTime 공개적으로 프로퍼티

public float holdTime
리턴 float

isIncreasing 공개적으로 프로퍼티

public bool isIncreasing
리턴 bool

otherButton 공개적으로 프로퍼티

public Button otherButton
리턴 Button

textToChange 공개적으로 프로퍼티

public Text textToChange
리턴 Text