C# Class TapUI, TapBand

Inheritance: MonoBehaviour
Afficher le fichier Open project: minimalgeek/TapBand Class Usage Examples

Méthodes publiques

Свойство Type Description
risingText GameObject

Méthodes publiques

Méthode Description
DisplayTapValueAt ( Vector2 position, BigInteger, value, bool special ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
AnimateCharacters ( ) : void
CalculateTapEventArgs ( ) : TapArgs,
CalculateWithPosition ( Vector2 pos, TapArgs, args ) : void

Method Details

DisplayTapValueAt() public méthode

public DisplayTapValueAt ( Vector2 position, BigInteger, value, bool special ) : void
position Vector2
value BigInteger,
special bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

risingText public_oe property

public GameObject risingText
Résultat GameObject