ecspresso
    Preparing search index...
    interface TiledObjectLayer {
        name: string;
        objects: readonly TiledObject[];
        type: "objectgroup";
    }
    Index

    Properties

    Properties

    name: string
    objects: readonly TiledObject[]
    type: "objectgroup"