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