C# Class enemy, 1gam-dungeon

Inheritance: MonoBehaviour
Afficher le fichier Open project: OneGameAMonth/1gam-dungeon Class Usage Examples

Méthodes publiques

Свойство Type Description
fireball_prefab GameObject
loot_prefabs GameObject[]

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void
receive_damage ( int amount ) : void

Private Methods

Méthode Description
attack ( ) : IEnumerator
death ( ) : IEnumerator

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

receive_damage() public méthode

public receive_damage ( int amount ) : void
amount int
Résultat void

Property Details

fireball_prefab public_oe property

public GameObject fireball_prefab
Résultat GameObject

loot_prefabs public_oe property

public GameObject[] loot_prefabs
Résultat GameObject[]