A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
IAgent Interface Reference

Exposes properties of an Agent class. More...

+ Inheritance diagram for IAgent:

Properties

float AgentTimeHorizon [get, set]
 
bool DebugDraw [get, set]
 
Vector3 DesiredVelocity [get, set]
 
float Height [get, set]
 Height of the agent.
 
Vector3 InterpolatedPosition [get]
 Interpolated position of agent.
 
bool Locked [get, set]
 
int MaxNeighbours [get, set]
 
float MaxSpeed [get, set]
 Max speed of the agent.
 
float NeighbourDist [get, set]
 
List< ObstacleVertexNeighbourObstacles [get]
 
float ObstacleTimeHorizon [get, set]
 
Vector3 Position [get, set]
 
float Radius [get, set]
 Radius of the agent.
 
Vector3 Velocity [get, set]
 

Detailed Description

Exposes properties of an Agent class.

Property Documentation

float Radius
getset

Radius of the agent.

Agents are modelled as circles/cylinders


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