B1CityGraphLaneKey
- Composite key identifying a specific city graph lane by road index, lane index,
* and travel direction, supporting equality comparison and hashing for map use.
| Property | Type | Description | Metadata |
|---|---|---|---|
| RoadIndex | int32 | Index of the road this lane key refers to. | Category: B1CityGraphLaneKey |
| LaneIndex | int32 | Index of the lane within the road. | Category: B1CityGraphLaneKey |
| bReverse | bool | Whether this lane key represents the reverse direction of the road. | Category: B1CityGraphLaneKey |