yolkbot
    Preparing search index...

    Interface MapFog

    Represets a map's fog on a MapJSON

    interface MapFog {
        color: string;
        density: string;
    }
    Index

    Properties

    Properties

    color: string

    A hex code, such as "#FFFFFF"

    density: string

    The raw fog value, from 0 to 0.04