Skip to main content

B1CityGraphNode

  • Represents a node in the city graph, storing its index, category, world position,
    * width, unique identifier, and list of connected road links.
PropertyTypeDescriptionMetadata
Indexint32Global index of this node in the city graph node array.Category: B1CityGraphNode
CategoryEB1CityGraphCategoryTraffic category flags applicable to this node (e.g., Pedestrian, Car).Category: B1CityGraphNode
PositionFVectorWorld-space position of this node.Category: B1CityGraphNode
WidthfloatWidth of the node, used for pathfinding and visualization.Category: B1CityGraphNode
LinksTArrayList of road links connecting to this node.Category: B1CityGraphNode
UIDFNameUnique named identifier for this node.Category: B1CityGraphNode