C# Class Ensage.Common.UnitData.AttackAnimationData

The attack animation data struct.
Mostra file Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
AttackAnimationData ( )

Initializes a new instance of the AttackAnimationData class.

AttackAnimationData ( string unitName, ClassID unitClassId, double attackRate, double attackPoint, double attackBackswing, int projectileSpeed, double turnRate )

Initializes a new instance of the AttackAnimationData class.

Method Details

AttackAnimationData() public method

Initializes a new instance of the AttackAnimationData class.
public AttackAnimationData ( )

AttackAnimationData() public method

Initializes a new instance of the AttackAnimationData class.
public AttackAnimationData ( string unitName, ClassID unitClassId, double attackRate, double attackPoint, double attackBackswing, int projectileSpeed, double turnRate )
unitName string /// The unit name. ///
unitClassId ClassID /// The unit class id. ///
attackRate double /// The attack animation rate. ///
attackPoint double /// The attack animation point. ///
attackBackswing double /// The attack animation backswing. ///
projectileSpeed int /// The attack animation projectile speed. ///
turnRate double /// The attack animation turn rate. ///