Interface GetRectangleCollisionDataOptions

interface GetRectangleCollisionDataOptions {
    entityTypes?: string[];
    excludedEntityIDs?: string[];
    rectangle: Rectangle;
}

Properties

entityTypes?: string[]
excludedEntityIDs?: string[]
rectangle: Rectangle