ecspresso
    Preparing search index...
    interface TiledObject {
        height?: number;
        id: number;
        name?: string;
        properties?: readonly TiledProperty[];
        rotation?: number;
        type?: string;
        width?: number;
        x: number;
        y: number;
    }
    Index

    Properties

    height?: number
    id: number
    name?: string
    properties?: readonly TiledProperty[]
    rotation?: number
    type?: string
    width?: number
    x: number
    y: number