C# Class Orc, Unity2d-Game

Inheritance: Enemy
Afficher le fichier Open project: sagivo/Unity2d-Game Class Usage Examples

Méthodes publiques

Свойство Type Description
attackSpeedPerLevel float[]

Méthodes publiques

Méthode Description
attack ( ) : void
findTarget ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

attack() public méthode

public attack ( ) : void
Résultat void

findTarget() public méthode

public findTarget ( ) : void
Résultat void

Property Details

attackSpeedPerLevel public_oe property

public float[] attackSpeedPerLevel
Résultat float[]