JME - Application Documentation
    Preparing search index...

    Type Alias JunctionConfig

    Top-level configuration describing the entire junction layout

    type JunctionConfig = {
        junctionLinks: JunctionLink[];
        junctionObjects: JunctionObject[];
        laneWidth: number;
    }
    Index

    Properties

    junctionLinks: JunctionLink[]

    All links between exit arms

    junctionObjects: JunctionObject[]

    All junction objects (roundabouts, intersections)

    laneWidth: number

    Default lane width in world units