Infohazard.HyperNav 2.1.0
A pathfinding and avoidance solution for volumetric and omnidirectional navigation.
Loading...
Searching...
No Matches
Infohazard.HyperNav.Avoidance Class Reference

Static container that keeps track of all avoidance agents and obstacles. More...

Properties

static List< IAvoidanceObstacleAllObstacles = new List<IAvoidanceObstacle>() [get]
 All active obstacles (including agents). More...
 
static List< IAvoidanceAgentAllAgents = new List<IAvoidanceAgent>() [get]
 All active agents. More...
 

Detailed Description

Static container that keeps track of all avoidance agents and obstacles.

Property Documentation

◆ AllAgents

List<IAvoidanceAgent> Infohazard.HyperNav.Avoidance.AllAgents = new List<IAvoidanceAgent>()
staticget

All active agents.

◆ AllObstacles

List<IAvoidanceObstacle> Infohazard.HyperNav.Avoidance.AllObstacles = new List<IAvoidanceObstacle>()
staticget

All active obstacles (including agents).


The documentation for this class was generated from the following file: