B1CityGraphLaneLink
- Describes a connection from one lane to another in the city graph, specifying
* the target lane index, the link type, and the relative direction.
| Property | Type | Description | Metadata |
|---|---|---|---|
| LaneIndex | int32 | Index of the target lane this link connects to. | Category: B1CityGraphLaneLink |
| Type | EB1CityGraphLaneLinkType | Type of relationship between the source and target lanes. | Category: B1CityGraphLaneLink |
| Direction | EB1CityGraphLaneLinkDirection | Lateral direction of the target lane relative to the source lane. | Category: B1CityGraphLaneLink |