public LightVO(LightVO vo) : base(vo) { type = vo.type; rays = vo.rays; distance = vo.distance; directionDegree = vo.directionDegree; coneDegree = vo.coneDegree; isStatic = vo.isStatic; isXRay = vo.isXRay; softnessLength = vo.softnessLength; }