C# Class MeleeAttacker, Endure

Inheritance: Attacker
Afficher le fichier Open project: Endure-Game/Endure Class Usage Examples

Méthodes publiques

Свойство Type Description
damage int
delay float
knockback float
range float
widthMultiplier float

Méthodes publiques

Méthode Description
AttackEast ( ) : void
AttackNorth ( ) : void
AttackSouth ( ) : void
AttackWest ( ) : void
LockAttacker ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CreateOuch ( bool horizontal, int direction ) : void

Method Details

AttackEast() public méthode

public AttackEast ( ) : void
Résultat void

AttackNorth() public méthode

public AttackNorth ( ) : void
Résultat void

AttackSouth() public méthode

public AttackSouth ( ) : void
Résultat void

AttackWest() public méthode

public AttackWest ( ) : void
Résultat void

LockAttacker() public méthode

public LockAttacker ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

damage public_oe property

public int damage
Résultat int

delay public_oe property

public float delay
Résultat float

knockback public_oe property

public float knockback
Résultat float

range public_oe property

public float range
Résultat float

widthMultiplier public_oe property

public float widthMultiplier
Résultat float