copy method
Implementation
@override
SpotLightShadow copy(LightShadow source) {
super.copy(source);
focus = source.focus;
return this;
}
@override
SpotLightShadow copy(LightShadow source) {
super.copy(source);
focus = source.focus;
return this;
}