Get NavAreas by NavAgentHull #3303
Sassafrass
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Request: I want to get all the
NavArea
s for a specificNavAgentHull
.Suggestion: Allow
NavMesh.GetNavAreas
to take parameters the same way thatNavArea.GetClosestNav
takes aNavAgentHull
and/orGetNavAreaFlags
parameter.Current solution: I'm doing a graph traverse using
NavArea.GetAdjacent
.Alternatives:
Maybe there's a way to get the
NavAgentHull
of aNavArea
and then we can filter all nav areas based on that?Maybe there's a way to get the
NavAreaFlags
for aNavArea
?Beta Was this translation helpful? Give feedback.
All reactions