A* Pathfinding Project  4.0.9
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
Progress Struct Reference

Progress info for e.g a progressbar. More...

Detailed Description

Progress info for e.g a progressbar.

Used by the scan functions in the project

See Also
AstarPath.ScanAsync

Public Member Functions

 Progress (float p, string d)
 
override string ToString ()
 

Public Attributes

readonly string description
 
readonly float progress
 

Constructor & Destructor Documentation

Progress ( float  p,
string  d 
)

Member Function Documentation

override string ToString ( )

Member Data Documentation

readonly string description
readonly float progress

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