protected void OnValidate()
 {
     LightEx.CheckConflict(((Component)this).get_gameObject());
 }
 protected void OnValidate()
 {
     LightEx.CheckConflict(base.gameObject);
 }