C# Class Status, pongpector

Inheritance: MonoBehaviour
Afficher le fichier Open project: abagames/pongpector Class Usage Examples

Méthodes publiques

Свойство Type Description
ball int
ballCount int
isGameover bool
isRestarting bool
score int
ticks int
tmpBallCount int

Méthodes publiques

Méthode Description
AddScore ( ) : void
Miss ( ) : void
Restart ( ) : void

Method Details

AddScore() public méthode

public AddScore ( ) : void
Résultat void

Miss() public méthode

public Miss ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

Property Details

ball public_oe property

public int ball
Résultat int

ballCount public_oe property

public int ballCount
Résultat int

isGameover public_oe property

public bool isGameover
Résultat bool

isRestarting public_oe property

public bool isRestarting
Résultat bool

score public_oe property

public int score
Résultat int

ticks public_oe property

public int ticks
Résultat int

tmpBallCount public_oe property

public int tmpBallCount
Résultat int