JME - Application Documentation
    Preparing search index...

    Type Alias ExitConfig

    Configuration for a single exit arm of a junction

    type ExitConfig = {
        exitLength: number;
        laneCount: number;
        numLanesIn: number;
        spawnRate?: number;
    }
    Index

    Properties

    exitLength: number

    Length of the exit arm in world units

    laneCount: number

    Total lane count (inbound + outbound)

    numLanesIn: number

    Number of inbound lanes on this arm

    spawnRate?: number

    Optional per-exit spawn rate override (vehicles per second)