C# Class ButtonOptionChange

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public float holdTime
return float

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