copy method
Copies value of all the properties from the source
to
this Light.
Implementation
@override
SpotLightShadow copy(LightShadow source) {
super.copy(source);
focus = source.focus;
return this;
}
Copies value of all the properties from the source
to
this Light.
@override
SpotLightShadow copy(LightShadow source) {
super.copy(source);
focus = source.focus;
return this;
}