JME - Application Documentation
    Preparing search index...

    Type Alias LaneLineProperties

    Visual properties for a lane dividing line

    type LaneLineProperties = {
        colour: "white" | "green" | "red";
        glow: number;
        pattern: "solid" | "dashed";
        thickness: number;
    }
    Index

    Properties

    colour: "white" | "green" | "red"

    Line colour

    glow: number

    Glow intensity multiplier

    pattern: "solid" | "dashed"

    Line pattern — solid or dashed

    thickness: number

    Line thickness in world units