AStar.Allocation
Description
Provides access to data and methods associated with an A* grid cell allocation.
Properties
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. |
Operators
! | Returns true if the allocation is not valid. |
bool | Returns true if the allocation is valid. |
Details
Do no remove, this fixes the anchor on doc.flexsim.com
AStar.Allocation.acquireTime
readonly double acquireTime
Description
Gets the time that the cell was/will be allocated.
Do no remove, this fixes the anchor on doc.flexsim.com
Do no remove, this fixes the anchor on doc.flexsim.com
AStar.Allocation.releaseTime
readonly double releaseTime
Description
Gets the time that the cell was/will be released.
Do no remove, this fixes the anchor on doc.flexsim.com
AStar.Allocation.traveler
readonly AStar.Traveler traveler
Description
Gets the allocating traveler.
Do no remove, this fixes the anchor on doc.flexsim.com
AStar.Allocation.operator !
int operator !( ) |
Description
Returns true if the allocation is not valid.
Do no remove, this fixes the anchor on doc.flexsim.com
AStar.Allocation.operator bool
int operator bool( ) |
Description
Returns true if the allocation is valid.