Ejemplo n.º 1
0
    List <Vector3> RedTrace(Vector3 position)
    {
        AstarSearch    actions   = new AstarSearch(this, position);
        List <Vector3> getAction = actions.GetActions();

        return(getAction);
    }