Interface IsRectangleInLevelOptions

interface IsRectangleInLevelOptions {
    levelID: string;
    rectangle: Rectangle;
}

Properties

Properties

levelID: string
rectangle: Rectangle