C# Class ShootingEnemy, UrsaMajor

Inheritance: BaseEnemy
Afficher le fichier Open project: BJarv/UrsaMajor Class Usage Examples

Méthodes publiques

Свойство Type Description
spawnKey bool
stopAndShootRange float

Méthodes publiques

Méthode Description
Hurt ( float damage ) : void

Méthodes protégées

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

Method Details

Attack() protected méthode

protected Attack ( ) : void
Résultat void

Hurt() public méthode

public Hurt ( float damage ) : void
damage float
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

spawnKey public_oe property

public bool spawnKey
Résultat bool

stopAndShootRange public_oe property

public float stopAndShootRange
Résultat float