ELightBeam constructor
ELightBeam(})
Implementation
ELightBeam(
this.position,
this.direction,
this.length,
this.angle,
//width of the starting end of the light beam
this.startPositionDist,
this.gradient,
double flickerOn,
double flickerOff,
ERelative blur,
ERelative blurPulseRange,
double blurPulseSpeed,
this.repainter,
{String name = ""})
: super(flickerOn, flickerOff, blur, blurPulseRange, blurPulseSpeed,
name: name) {
direction.norm();
update(1, Size(0, 0));
}