Ejemplo n.º 1
0
    private Vector3 gritySpeed = Vector3.zero; //重力的速度向量

    private void Awake()
    {
        requestManager = GetComponent <ParabolaPathRequestManager>();
    }
 private void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <ParabolaPathFinding>();
 }