Skip to main content

B1CityGraphLane

  • Represents a single lane within a road in the city graph, storing its indices,
    * lane point range, flags, width, and list of connected lane links.
PropertyTypeDescriptionMetadata
Indexint32Global index of this lane in the city graph lane array.Category: B1CityGraphLane
LocalIndexint32Local index of this lane within its parent road.Category: B1CityGraphLane
RoadIndexint32Index of the road this lane belongs to.Category: B1CityGraphLane
BeginPointIndexint32Index of the first FB1CityGraphLanePoint for this lane.Category: B1CityGraphLane
EndPointIndexint32Index of the last FB1CityGraphLanePoint for this lane.Category: B1CityGraphLane
FlagsEB1CityGraphLaneFlagsBehavioral flags applied to this lane (e.g., Sparse, Warp).Category: B1CityGraphLane
WidthfloatWidth of this lane in world units.Category: B1CityGraphLane
LinksTArrayList of lane links connecting this lane to adjacent or successive lanes.Category: B1CityGraphLane
UIDFNameUnique named identifier for this lane.Category: B1CityGraphLane