Function AstarData.GetUpdateableGraphs

GetUpdateableGraphs ()

All graphs which implements the UpdateableGraph interface.

Public
IEnumerable GetUpdateableGraphs ()

All graphs which implements the UpdateableGraph interface.

foreach (IUpdatableGraph graph in AstarPath.data.GetUpdateableGraphs ()) {
//Do something with the graph
}