JME - Application Documentation
    Preparing search index...

    A roundabout junction object as stored in the junction configuration

    type RoundaboutObject = {
        config: RoundaboutConfig;
        id: string;
        name: string;
        transform?: ObjectTransform;
        type: "roundabout";
    }
    Index

    Properties

    id: string
    name: string
    transform?: ObjectTransform

    World transform set by the host and consumed by the client on mount.

    type: "roundabout"