Loom Engine - v3.1.1
    Preparing search index...

    Interface TileMapSnapshot

    interface TileMapSnapshot {
        width: number;
        height: number;
        data: string;
    }
    Index

    Properties

    Properties

    width: number
    height: number
    data: string