C# Class EnemyAttack, HackAndSlash

Inheritance: MonoBehaviour
Afficher le fichier Open project: MrPhil/HackAndSlash Class Usage Examples

Méthodes publiques

Свойство Type Description
attackTimer float
coolDown float
target GameObject

Méthodes publiques

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
Attack ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

attackTimer public_oe property

public float attackTimer
Résultat float

coolDown public_oe property

public float coolDown
Résultat float

target public_oe property

public GameObject target
Résultat GameObject