C# Class BallState, TapBand

Inheritance: MonoBehaviour
Show file Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
ballAliveTime int
numberOfSuccessfulTaps int
numberOfTaps int

Public Methods

Method Description
BallState ( int bat ) : System

Method Details

BallState() public method

public BallState ( int bat ) : System
bat int
return System

Property Details

ballAliveTime public property

public int ballAliveTime
return int

numberOfSuccessfulTaps public property

public int numberOfSuccessfulTaps
return int

numberOfTaps public property

public int numberOfTaps
return int