public void ClearAFlagEx(AnimatableFlags mask)
 {
     throw new NotImplementedException();
 }
 public bool TestAFlagEx(AnimatableFlags mask)
 {
     throw new NotImplementedException();
 }
 public void SetAFlag(AnimatableFlags mask)
 {
     throw new NotImplementedException();
 }