C# Class PlayerAttack, HackAndSlash

Represents an attack that can be performed by a player character.
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
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

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