Infohazard.HyperNav 1.1.5
3D Navigation for Flying Characters
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: