A* Pathfinding Project  4.0.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
IPathInternals Interface Reference

Used for hiding internal methods of the Path class. More...

Detailed Description

Used for hiding internal methods of the Path class.

Public Member Functions

void AdvanceState (PathState s)
 
void CalculateStep (long targetTick)
 
void Cleanup ()
 
void Initialize ()
 
void OnEnterPool ()
 
void Prepare ()
 
void PrepareBase (PathHandler handler)
 
void Reset ()
 
void ReturnPath ()
 

Properties

PathHandler PathHandler [get]
 
bool Pooled [get, set]
 

Member Function Documentation

void AdvanceState ( PathState  s)
void CalculateStep ( long  targetTick)
void Cleanup ( )
void Initialize ( )
void OnEnterPool ( )
void Prepare ( )
void PrepareBase ( PathHandler  handler)
void Reset ( )
void ReturnPath ( )

Property Documentation

bool Pooled
getset

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