PathBerserker2d  1.0
Platformer pathfinding solution
Public Member Functions | Properties | List of all members
PathBerserker2d.INavLinkInstance Interface Reference

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]
 

Detailed Description

Internal instance of a NavLink.

An instance is deliberately kept very basic. It links from a given start to a given goal.


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