C# Class ButtonOptionChange

Inheritance: MonoBehaviour
Show file Open project: DRMold/HungryHungryTetris

Public Properties

Property Type Description
holdTime float
isIncreasing bool
otherButton Button
textToChange Text

Public Methods

Method Description
Awake ( ) : void
checkBounded ( ) : void

Private Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
fastChange ( ) : IEnumerator
longPressHandle ( object sender, System e ) : void
pressHandle ( object sender, System e ) : void
releaseHandle ( object sender, System e ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

checkBounded() public method

public checkBounded ( ) : void
return void

Property Details

holdTime public property

public float holdTime
return float

isIncreasing public property

public bool isIncreasing
return bool

otherButton public property

public Button otherButton
return Button

textToChange public property

public Text textToChange
return Text