A* Pathfinding Project  4.1.14
The A* Pathfinding Project for Unity 3D
ObstacleVertex Class Reference

One vertex in an obstacle. More...

Detailed Description

One vertex in an obstacle.

This is a linked list and one vertex can therefore be used to reference the whole obstacle

A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here

Public Attributes

Vector2 dir
 
float height
 Height of the obstacle in this vertex. More...
 
bool ignore
 
RVOLayer layer = RVOLayer.DefaultObstacle
 Collision layer for this obstacle. More...
 
ObstacleVertex next
 Next vertex in the obstacle. More...
 
Vector3 position
 Position of the vertex. More...
 
ObstacleVertex prev
 Previous vertex in the obstacle. More...
 

Member Data Documentation

◆ dir

Vector2 dir

◆ height

float height

Height of the obstacle in this vertex.

◆ ignore

bool ignore

◆ layer

Collision layer for this obstacle.

◆ next

Next vertex in the obstacle.

◆ position

Vector3 position

Position of the vertex.

◆ prev

Previous vertex in the obstacle.


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