clone method

LightShadow clone()

Creates a new LightShadow with the same properties as this one.

Implementation

LightShadow clone() {
  return LightShadow().copy(this);
}