ecspresso
    Preparing search index...

    Interface TiledObjectLayer

    interface TiledObjectLayer {
        name: string;
        objects: readonly TiledObject[];
        type: "objectgroup";
    }
    Index
    name: string
    objects: readonly TiledObject[]
    type: "objectgroup"