extends 单位技能
field | type | default | note |
---|---|---|---|
minVelocity | float | 0.08 | |
interval | float | 3 | |
x | float | ||
y | float | ||
rotation | float | ||
rotateEffect | boolean | false | |
effectParam | float | 3 | |
teamColor | boolean | false | |
parentizeEffects | boolean | ||
color | Color | Color.white | |
effect | Effect | Fx.missileTrail |
public MoveEffectAbility(float x, float y, Color color, Effect effect, float interval){ this.x = x; this.y = y; this.color = color; this.effect = effect; this.interval = interval; display = false; }