C# Класс Ensage.Common.Objects.UtilityObjects.Orbwalker

The orbwalker.
Наследование: AttackAnimationTracker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Attack ( Unit target, bool useModifier ) : void

The attack.

AttackEnd ( ) : void

The attack end.

AttackStart ( ) : void

The attack start.

OrbwalkOn ( Unit target, System.Vector3 movePosition, float bonusWindupMs, float bonusRange, bool attackmodifiers = true, bool followTarget = false ) : void

The orbwalk.

OrbwalkOn ( Unit target, float bonusWindupMs, float bonusRange, bool attackmodifiers = true, bool followTarget = false ) : void

The orbwalk.

Orbwalker ( Unit unit ) : System

Initializes a new instance of the AttackAnimationTracker class.

Orbwalker ( Unit unit, bool setUserDelayManually ) : System

Приватные методы

Метод Описание
Drawing_OnDraw ( EventArgs args ) : void
MoveWhenReady ( EventArgs args ) : void

The move when ready.

Описание методов

Attack() публичный Метод

The attack.
public Attack ( Unit target, bool useModifier ) : void
target Unit /// The target. ///
useModifier bool /// The use modifier. ///
Результат void

AttackEnd() публичный Метод

The attack end.
public AttackEnd ( ) : void
Результат void

AttackStart() публичный Метод

The attack start.
public AttackStart ( ) : void
Результат void

OrbwalkOn() публичный Метод

The orbwalk.
public OrbwalkOn ( Unit target, System.Vector3 movePosition, float bonusWindupMs, float bonusRange, bool attackmodifiers = true, bool followTarget = false ) : void
target Unit /// The target. ///
movePosition System.Vector3 /// The move Position. ///
bonusWindupMs float /// The bonus windup ms. ///
bonusRange float /// The bonus range. ///
attackmodifiers bool /// The attackmodifiers. ///
followTarget bool /// The follow target. ///
Результат void

OrbwalkOn() публичный Метод

The orbwalk.
public OrbwalkOn ( Unit target, float bonusWindupMs, float bonusRange, bool attackmodifiers = true, bool followTarget = false ) : void
target Unit /// The target. ///
bonusWindupMs float /// The bonus windup ms. ///
bonusRange float /// The bonus range. ///
attackmodifiers bool /// The attackmodifiers. ///
followTarget bool /// The follow target. ///
Результат void

Orbwalker() публичный Метод

Initializes a new instance of the AttackAnimationTracker class.
public Orbwalker ( Unit unit ) : System
unit Unit /// The unit. ///
Результат System

Orbwalker() публичный Метод

public Orbwalker ( Unit unit, bool setUserDelayManually ) : System
unit Unit
setUserDelayManually bool
Результат System