GridCost is a composite data type that pairs a set of grids with a traversal cost. It is used in 3D mesh pathfinding and represents the grid path cost.
Fields
| Field | Type | Description |
|---|---|---|
Grids | geomgrid[] | The array of grids to which the cost applies. |
Cost | SMALLINT | The traversal cost for the specified grids. |