C# Class ButtonOptionChange

Inheritance: MonoBehaviour
Afficher le fichier Open project: DRMold/HungryHungryTetris

Méthodes publiques

Свойство Type Description
holdTime float
isIncreasing bool
otherButton Button
textToChange Text

Méthodes publiques

Méthode Description
Awake ( ) : void
checkBounded ( ) : void

Private Methods

Méthode 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 méthode

public Awake ( ) : void
Résultat void

checkBounded() public méthode

public checkBounded ( ) : void
Résultat void

Property Details

holdTime public_oe property

public float holdTime
Résultat float

isIncreasing public_oe property

public bool isIncreasing
Résultat bool

otherButton public_oe property

public Button otherButton
Résultat Button

textToChange public_oe property

public Text textToChange
Résultat Text