using UnityEngine; using System.Collections; using System.Collections.Generic; [ExecuteInEditMode] public class Parabola : MonoBehaviour { //重力 [Range(,)] public float gravity = 0.13f; //最大长度 ; //两点之间的距离 const float length = 0.2f; //点集合 List<Vector3>