C# Class TapUI, TapBand

Inheritance: MonoBehaviour
Exibir arquivo Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
risingText GameObject

Public Methods

Method Description
DisplayTapValueAt ( Vector2 position, BigInteger, value, bool special ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
AnimateCharacters ( ) : void
CalculateTapEventArgs ( ) : TapArgs,
CalculateWithPosition ( Vector2 pos, TapArgs, args ) : void

Method Details

DisplayTapValueAt() public method

public DisplayTapValueAt ( Vector2 position, BigInteger, value, bool special ) : void
position Vector2
value BigInteger,
special bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

risingText public_oe property

public GameObject risingText
return GameObject