public override void UnHighLightMaterial()
 {
     BackgroundButtonLighting.SetActive(false);
     BackgroundLighting.SetActive(false);
 }
 public override bool HighLightMaterial(float distance)
 {
     BackgroundButtonLighting.SetActive(true);
     BackgroundLighting.SetActive(true);
     return(true);
 }