JME - Application Documentation
    Preparing search index...

    Type Alias ExitRef

    Reference to a specific exit arm on a specific junction object

    type ExitRef = {
        exitIndex: number;
        structureID: string;
    }
    Index

    Properties

    exitIndex: number
    structureID: string