Function AstarData.AddGraph

AddGraph<T> ()

Adds a graph of type T to the graphs array.

Public
AddGraph (NavGraph graph)

Adds the specified graph to the graphs array.

Private
AddGraph (System.Type type)

Adds a graph of type type to the graphs array.

Public