![]() |
PathBerserker2d
1.0
Platformer pathfinding solution
|
Internal instance of a NavLink. More...
Public Member Functions | |
float | TravelCosts (Vector2 start, Vector2 goal) |
void | OnRemove () |
Properties | |
NavSegmentPositionPointer | Start [get] |
NavSegmentPositionPointer | Goal [get] |
int | LinkType [get] |
int | NavTag [get] |
bool | IsTraversable [get] |
string | LinkTypeName [get] |
GameObject | GameObject [get] |
float | Clearance [get] |
Internal instance of a NavLink.
An instance is deliberately kept very basic. It links from a given start to a given goal.