C# Class CarcassEnemy, Castle-Bashers

Inheritance: Enemy
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
Explosion GameObject
TimeToLive float
attackCollider GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Attack ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Explosion public_oe property

public GameObject Explosion
Résultat GameObject

TimeToLive public_oe property

public float TimeToLive
Résultat float

attackCollider public_oe property

public GameObject attackCollider
Résultat GameObject