C# Class EnemyAttack, HackAndSlash

Inheritance: MonoBehaviour
Exibir arquivo Open project: MrPhil/HackAndSlash Class Usage Examples

Public Properties

Property Type Description
attackTimer float
coolDown float
target GameObject

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
Attack ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

attackTimer public_oe property

public float attackTimer
return float

coolDown public_oe property

public float coolDown
return float

target public_oe property

public GameObject target
return GameObject