Provides access to data and methods associated with an A* grid cell allocation.
acquireTime | Gets the time that the cell was/will be allocated. |
cell | Gets the allocated cell. |
releaseTime | Gets the time that the cell was/will be released. |
traveler | Gets the allocating traveler. |
! | Returns true if the allocation is not valid. |
bool | Returns true if the allocation is valid. |
readonly double acquireTime
Gets the time that the cell was/will be allocated.
readonly double releaseTime
Gets the time that the cell was/will be released.
readonly AStar.Traveler traveler
Gets the allocating traveler.
int operator !( ) |
Returns true if the allocation is not valid.
int operator bool( ) |
Returns true if the allocation is valid.