Classes | |
class | BoxObstacleAvoidanceCollider |
BoxObstacleAvoidanceCollider is a box implementation of the ObstacleAvoidanceCollider. More... | |
class | BoxSensor |
BoxSensor is a simple sensor that uses a fixed size box collider to detect Aspects. More... | |
class | ExpandingBoxSensor |
ExpandingBoxSensor is a BoxSensor that changes shape over time. ExpandingBoxSensor has a minimum size, maximum size, and expand rate (per axis) More... | |
class | NavigationGeometryCollider |
NavigationGeometryCollider is used to pick up general physics collider information that is relevant to navigation, either for obstacle avoidance or for real-time recast. More... | |
class | ObstacleAvoidanceCollider |
ObstacleAvoidanceCollider is the base class for obstacle avoidance colliders. It is an abstract class, serving as a common base upon which specific collider types (sphere, box, etc.) can be added. More... | |
class | RaycastSensor |
class | Sensor |
Sensor is the base class for all Sensor types. It defines default and support functionality for Sensors and defines the Sensor interface. More... | |
class | SphereObstacleAvoidanceCollider |
SphereObstacleAvoidanceCollider is a sphere implementation of the ObstacleAvoidanceCollider. More... | |
class | SphereSensor |
SphereSensor is a simple sensor that uses a fixed size sphere collider to detect Aspects. More... | |
class | TriggerSensor |