public HidableKey(Hidable hidable, float delay)
 {
     Hidable = hidable;
     Delay   = delay;
 }