Function AstarData.FindGraph

FindGraph (System.Func<NavGraph, bool> predicate)

Returns the first graph which satisfies the predicate.

Public
NavGraph FindGraph (

System.Func<NavGraph, bool>

predicate

)

Returns the first graph which satisfies the predicate.

Returns null if no graph was found.