C# Class TargetBehavior

Inheritance: MonoBehaviour
Afficher le fichier Open project: ekumenlabs/Garkanoid Class Usage Examples

Méthodes publiques

Свойство Type Description
points int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
kill ( GameManager, scores ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

kill() public méthode

public kill ( GameManager, scores ) : void
scores GameManager,
Résultat void

Property Details

points public_oe property

public int points
Résultat int