GridCost

更新时间:
复制 MD 格式

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

FieldTypeDescription
Gridsgeomgrid[]The array of grids to which the cost applies.
CostSMALLINTThe traversal cost for the specified grids.