public class SoFoNormal : SoFlyObject { public float hspeed;// 移动速度 public float acceleration;// 移动加速度 public float vspeed;// 设定的垂直方向速度 public float gravity;// 设定的垂直方向速度 public float distance;// 最大移动距离 }