C# Class ButtonCountdownChange

Inheritance: MonoBehaviour
ファイルを表示 Open project: DRMold/HungryHungryTetris

Public Properties

Property Type Description
isIncreasing bool
otherButton Button
textToChange Text

Public Methods

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

Private Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
pressHandle ( 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

isIncreasing public_oe property

public bool isIncreasing
return bool

otherButton public_oe property

public Button otherButton
return Button

textToChange public_oe property

public Text textToChange
return Text