Skip to main content

B1FloorPathFindGrid

  • Stores the array of pathfinding grid data for a single floor level, with SoA (Struct of Arrays) serialization support.
    * Uses LLM tagging for memory tracking and supports both legacy AoS and optimized SoA layouts during serialization.
PropertyTypeDescriptionMetadata
PathFindGridDataTArrayArray of optimized pathfinding grid cell data for all grid positions on this floor.Category: B1FloorPathFindGrid