Example #1
0
 void UpdateControl()
 {
     if (control != null)
     {
         control.SetShadowLayer(radius, distanceX, distanceY, color);
     }
 }