clone method
Creates a new LightShadow with the same properties as this one.
Implementation
LightShadow clone() {
return LightShadow().copy(this);
}
Creates a new LightShadow with the same properties as this one.
LightShadow clone() {
return LightShadow().copy(this);
}