A* Pathfinding Project
4.1.2
The A* Pathfinding Project for Unity 3D
|
Progress info for e.g a progressbar. More...
Progress info for e.g a progressbar.
Used by the scan functions in the project
Public Member Functions | |
Progress (float progress, string description) | |
override string | ToString () |
Public Attributes | |
readonly string | description |
Description of what is currently being done. | |
readonly float | progress |
Current progress as a value between 0 and 1. | |
Progress | ( | float | progress, |
string | description | ||
) |
override string ToString | ( | ) |
readonly string description |
Description of what is currently being done.
readonly float progress |
Current progress as a value between 0 and 1.