yolkbot
    Preparing search index...

    Interface MapCell

    A cell on a MapJSON

    interface MapCell {
        rx?: number;
        ry?: number;
        rz?: number;
        x: number;
        y: number;
        z: number;
    }

    Hierarchy

    Index

    Properties

    Properties

    rx?: number

    The cell X rotation

    ry?: number

    The cell Y rotation

    rz?: number

    The cell Z rotation

    x: number

    The X coordinate

    y: number

    The Y coordinate

    z: number

    The Z coordinate