A* Pathfinding Project  3.6.8
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
UserConnection Class Reference

A class for holding a user placed connection. More...

Detailed Description

A class for holding a user placed connection.

Public Attributes

bool doOverrideCost
 
bool doOverridePenalty
 
bool doOverrideWalkability = true
 
bool enable = true
 
bool oneWay
 
int overrideCost
 
uint overridePenalty
 
Vector3 p1
 
Vector3 p2
 
ConnectionType type
 
float width
 

Member Data Documentation

bool doOverrideCost
bool doOverridePenalty
bool doOverrideWalkability = true
bool enable = true
bool oneWay
int overrideCost
uint overridePenalty
Vector3 p1
Vector3 p2
float width

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