コード例 #1
0
 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;
 }
コード例 #2
0
 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;
 }