public bool GetBool(int id)
 {
     return(EAnimator.GetBool(id));
 }
 public bool GetBool(string name)
 {
     return(EAnimator.GetBool(name));
 }