//将src脚本值拷贝至dst中
 //前置条件:脚本所挂接的gameObject除特效之外的其他属性必需相等
 public static bool CopySpecialEffectValues(SpecialEffect src, SpecialEffect dst)
 {
     return(dst._CopyValues(src));
 }