C# Class EnemyJoinAttack, SurvivalGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: sea1and/SurvivalGame

Méthodes publiques

Свойство Type Description
attackDamage int
timeBetweenAttacks float

Méthodes publiques

Méthode Description
Attack ( ) : void
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Update ( ) : void

Method Details

Attack() public méthode

public Attack ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

attackDamage public_oe property

public int attackDamage
Résultat int

timeBetweenAttacks public_oe property

public float timeBetweenAttacks
Résultat float