B1CityGraphIntersectionSchedule
- Defines a single phase of an intersection traffic signal schedule, specifying
* the green-light duration, yellow-light duration, and the lanes that are open.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Duration | float | Duration in seconds of the green signal phase for this schedule entry. | Category: B1CityGraphIntersectionSchedule |
| SoftCloseDuration | float | Duration in seconds of the yellow signal phase for this schedule entry. | Category: B1CityGraphIntersectionSchedule |
| LaneIndices | TArray | List of lane indices that are open during this signal phase. | Category: B1CityGraphIntersectionSchedule |