yolkbot
    Preparing search index...

    Interface MapSun

    Represents a map's sun on a MapJSON

    interface MapSun {
        color: string;
        direction: Position;
    }
    Index

    Properties

    Properties

    color: string

    A hex code, such as "#FFFFFF"

    direction: Position

    The direction of the sun